gccCrossMingw2: remove

-8
-8
pkgs/top-level/all-packages.nix
··· 6447 6447 libc = libcCross1; 6448 6448 }; 6449 6449 6450 - # Only needed for mingw builds 6451 - gccCrossMingw2 = assert targetPlatform != buildPlatform; wrapCCWith { 6452 - name = "gcc-cross-wrapper"; 6453 - cc = gccCrossStageStatic.gcc; 6454 - libc = windows.mingw_headers2; 6455 - inherit binutils; 6456 - }; 6457 - 6458 6450 gcc48 = lowPrio (wrapCC (callPackage ../development/compilers/gcc/4.8 { 6459 6451 inherit noSysDirs; 6460 6452