make gcc 4.1 compile
svn path=/nixpkgs/trunk/; revision=28124
This commit is contained in:
parent
23e9cfac65
commit
bf68854ff4
@ -37,6 +37,8 @@ stdenv.mkDerivation {
|
|||||||
inherit noSysDirs profiledCompiler staticCompiler;
|
inherit noSysDirs profiledCompiler staticCompiler;
|
||||||
|
|
||||||
buildInputs = [gmp mpfr texinfo];
|
buildInputs = [gmp mpfr texinfo];
|
||||||
|
|
||||||
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
configureFlags = "
|
configureFlags = "
|
||||||
--disable-multilib
|
--disable-multilib
|
||||||
|
@ -1660,7 +1660,8 @@ let
|
|||||||
});
|
});
|
||||||
|
|
||||||
gcc41 = wrapGCC (makeOverridable (import ../development/compilers/gcc-4.1) {
|
gcc41 = wrapGCC (makeOverridable (import ../development/compilers/gcc-4.1) {
|
||||||
inherit fetchurl stdenv noSysDirs;
|
inherit fetchurl noSysDirs gmp mpfr;
|
||||||
|
stdenv = overrideGCC stdenv gcc42;
|
||||||
texinfo = texinfo49;
|
texinfo = texinfo49;
|
||||||
profiledCompiler = false;
|
profiledCompiler = false;
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user