gcc: fix parallel building (fixes #9212)
Tested building 5-times on an idle 8-core.
This commit is contained in:
@@ -67,7 +67,7 @@ let version = "4.9.3";
|
||||
enableParallelBuilding = !langFortran;
|
||||
|
||||
patches = [ ]
|
||||
++ optional enableParallelBuilding ../parallel-bconfig.patch
|
||||
++ optionals enableParallelBuilding [ ../parallel-bconfig.patch ./parallel-strsignal.patch ]
|
||||
++ optional (cross != null) ../libstdc++-target.patch
|
||||
++ optional noSysDirs ../no-sys-dirs.patch
|
||||
# The GNAT Makefiles did not pay attention to CFLAGS_FOR_TARGET for its
|
||||
|
||||
Reference in New Issue
Block a user