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

This commit is contained in:
Eelco Dolstra 2009-04-02 19:55:57 +00:00
parent edb9a250c9
commit 655a16fa9c

View file

@ -1588,7 +1588,7 @@ let
}));
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;
profiledCompiler = false;
enableMultilib = true;