gcc{5,6,7,8}: share libgomp patch, propagate musl config flags

This commit is contained in:
Will Dietz
2018-09-25 00:08:17 -05:00
parent e845be1756
commit fecd326399
5 changed files with 23 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ let version = "7.3.0";
})
++ 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") ../libgomp-dont-force-initial-exec.patch;
/* Cross-gcc settings (build == host != target) */
crossMingw = targetPlatform != hostPlatform && targetPlatform.libc == "msvcrt";