gfortran-4.8: re-enable parallel building

86802e68ff added a patch that fixes the
race condition with bconfig.h.
This commit is contained in:
Peter Simons 2014-01-14 13:36:25 +01:00
parent 033374d601
commit 67e3917864

View file

@ -59,13 +59,8 @@ let version = "4.8.2";
/* gccinstall.info says that "parallel make is currently not supported since
collisions in profile collecting may occur".
Parallel make of gfortran is disabled because of an apparent race
condition concerning the generation of "bconfig.h". Please try and
re-enable parallel make for a later release of gfortran to check whether
the error has been fixed.
*/
enableParallelBuilding = !profiledCompiler && !langFortran;
enableParallelBuilding = !profiledCompiler;
patches = []
++ optional enableParallelBuilding ./parallel-bconfig.patch