gccCrossMingw2: remove
This commit is contained in:
parent
744665e3c4
commit
0fb3edecee
@ -6447,14 +6447,6 @@ with pkgs;
|
|||||||
libc = libcCross1;
|
libc = libcCross1;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Only needed for mingw builds
|
|
||||||
gccCrossMingw2 = assert targetPlatform != buildPlatform; wrapCCWith {
|
|
||||||
name = "gcc-cross-wrapper";
|
|
||||||
cc = gccCrossStageStatic.gcc;
|
|
||||||
libc = windows.mingw_headers2;
|
|
||||||
inherit binutils;
|
|
||||||
};
|
|
||||||
|
|
||||||
gcc48 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/4.8 {
|
gcc48 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/4.8 {
|
||||||
inherit noSysDirs;
|
inherit noSysDirs;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user