gcc9: drop gomp patch (musl)

https://github.com/NixOS/nixpkgs/pull/60860#issuecomment-489495120
This commit is contained in:
Will Dietz 2019-05-05 02:23:15 -05:00 committed by Vladimír Čunát
parent 9d208b2699
commit 5964b3a2e2
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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";