gcc: fix parallel building (fixes #9212)

Tested building 5-times on an idle 8-core.
This commit is contained in:
Vladimír Čunát
2015-08-14 15:49:06 +02:00
parent 6fccef2be0
commit 0799ebf5b7
2 changed files with 62 additions and 1 deletions
@@ -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