mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
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 {
|
||||
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);
|
||||
|
Loading…
Reference in New Issue
Block a user