From 67e391786476537e82a8f7dd2cf3daef801fce15 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 14 Jan 2014 13:36:25 +0100 Subject: [PATCH] gfortran-4.8: re-enable parallel building 86802e68ffd1981af92303a7a8a91a2723ca84ca added a patch that fixes the race condition with bconfig.h. --- pkgs/development/compilers/gcc/4.8/default.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pkgs/development/compilers/gcc/4.8/default.nix b/pkgs/development/compilers/gcc/4.8/default.nix index 8bd3ee14554..fa2e5d8f420 100644 --- a/pkgs/development/compilers/gcc/4.8/default.nix +++ b/pkgs/development/compilers/gcc/4.8/default.nix @@ -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