svn path=/nixpkgs/branches/stdenv-updates/; revision=12994
This commit is contained in:
parent
51aa939b21
commit
5af8b8cd26
@ -1478,7 +1478,7 @@ let
|
|||||||
gcc43 = wrapGCC (import ../development/compilers/gcc-4.3 {
|
gcc43 = wrapGCC (import ../development/compilers/gcc-4.3 {
|
||||||
inherit fetchurl stdenv texinfo gmp mpfr noSysDirs;
|
inherit fetchurl stdenv texinfo gmp mpfr noSysDirs;
|
||||||
profiledCompiler = false;
|
profiledCompiler = false;
|
||||||
}));
|
});
|
||||||
|
|
||||||
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 gcc42);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user