Skip to content

Commit

Permalink
gcc9: drop gomp patch (musl)
Browse files Browse the repository at this point in the history
  • Loading branch information
dtzWill committed May 5, 2019
1 parent bb92bd7 commit f634462
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/compilers/gcc/9/default.nix
Expand Up @@ -49,8 +49,7 @@ let version = "9.1.0";
sha256 = ""; # TODO: uncomment and check hash when available.
}) */
++ optional langFortran ../gfortran-driving.patch
++ optional (targetPlatform.libc == "musl" && targetPlatform.isPower) ../ppc-musl.patch
++ optional (targetPlatform.libc == "musl") ../libgomp-dont-force-initial-exec.patch;
++ optional (targetPlatform.libc == "musl" && targetPlatform.isPower) ../ppc-musl.patch;

/* Cross-gcc settings (build == host != target) */
crossMingw = targetPlatform != hostPlatform && targetPlatform.libc == "msvcrt";
Expand Down

0 comments on commit f634462

Please sign in to comment.