Skip to content

Commit

Permalink
gcc: patches: fix patch name
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Joseph committed Aug 21, 2023
1 parent 39b20be commit b955304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/compilers/gcc/patches/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ optionals (is49 || is6) [

# Obtain latest patch with ../update-mcfgthread-patches.sh
++ optional (atLeast6 && !atLeast13 && !withoutTargetLibc && targetPlatform.isMinGW && threadsCross.model == "mcf")
./Added-mcf-thread-model-support-from-mcfgthread.patch
(./. + "/${majorVersion}/Added-mcf-thread-model-support-from-mcfgthread.patch")

# Retpoline patches pulled from the branch hjl/indirect/gcc-4_9-branch (by H.J. Lu, the author of GCC upstream retpoline commits)
++ optionals is49
Expand Down

0 comments on commit b955304

Please sign in to comment.