svn path=/nixpkgs/branches/stdenv-updates/; revision=14844
This commit is contained in:
parent
edb9a250c9
commit
655a16fa9c
|
@ -1588,7 +1588,7 @@ let
|
||||||
}));
|
}));
|
||||||
|
|
||||||
gcc43multi = lowPrio (wrapGCCWith (import ../build-support/gcc-wrapper) glibc_multi (import ../development/compilers/gcc-4.3 {
|
gcc43multi = lowPrio (wrapGCCWith (import ../build-support/gcc-wrapper) glibc_multi (import ../development/compilers/gcc-4.3 {
|
||||||
stdenv = overrideGCC stdenv (wrapGCCWith (import ../build-support/gcc-wrapper) glibc_multi gcc42);
|
stdenv = overrideGCC stdenv (wrapGCCWith (import ../build-support/gcc-wrapper) glibc_multi gcc);
|
||||||
inherit fetchurl texinfo gmp mpfr noSysDirs;
|
inherit fetchurl texinfo gmp mpfr noSysDirs;
|
||||||
profiledCompiler = false;
|
profiledCompiler = false;
|
||||||
enableMultilib = true;
|
enableMultilib = true;
|
||||||
|
|
Loading…
Reference in New Issue