gcc_realCross: Switch to `gcc46_realCross'.
svn path=/nixpkgs/trunk/; revision=32854
This commit is contained in:
parent
09531a24ad
commit
046743311d
@ -1822,7 +1822,7 @@ let
|
|||||||
cross = assert crossSystem != null; crossSystem;
|
cross = assert crossSystem != null; crossSystem;
|
||||||
});
|
});
|
||||||
|
|
||||||
gcc_realCross = gcc45_realCross;
|
gcc_realCross = gcc46_realCross;
|
||||||
|
|
||||||
gccCrossStageStatic = let
|
gccCrossStageStatic = let
|
||||||
isMingw = (stdenv.cross.libc == "msvcrt");
|
isMingw = (stdenv.cross.libc == "msvcrt");
|
||||||
|
Loading…
Reference in New Issue
Block a user