svn path=/nixpkgs/branches/stdenv-updates/; revision=12994

This commit is contained in:
Eelco Dolstra 2008-10-07 17:34:35 +00:00
parent 51aa939b21
commit 5af8b8cd26

View File

@ -1478,7 +1478,7 @@ let
gcc43 = wrapGCC (import ../development/compilers/gcc-4.3 {
inherit fetchurl stdenv texinfo gmp mpfr noSysDirs;
profiledCompiler = false;
}));
});
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);