gcc44: disable parallel build

Maybe 4.4 is no longer needed? #699
This commit is contained in:
Vladimír Čunát 2014-03-16 08:23:59 +01:00
parent 1f6a15d7de
commit 23d38a3e22

View file

@ -246,7 +246,8 @@ stdenv.mkDerivation ({
enableMultilib version; };
# ghdl does not build fine with parallel building
enableParallelBuilding = !langVhdl && !langAda;
# http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46173
#enableParallelBuilding = !langVhdl && !langAda;
meta = {
homepage = http://gcc.gnu.org/;