gcc44: disable parallel build

Maybe 4.4 is no longer needed? #699
This commit is contained in:
Vladimír Čunát
2014-04-02 19:07:58 +02:00
parent 1f6a15d7de
commit 23d38a3e22
@@ -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/;