all-packages: Remove gccCrossStageFinal; any gcc will not work

This commit is contained in:
John Ericson
2017-09-21 15:49:18 -04:00
parent 88a0e55ce0
commit b9bf90ca6c
4 changed files with 7 additions and 10 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
args@{ fetchgit, stdenv, autoconf, automake, automake111x, libtool
, texinfo, glibcCross, hurdPartedCross, libuuid, samba
, gccCrossStageStatic, gccCrossStageFinal
, gccCrossStageStatic, gcc
, forceSystem, newScope, platform, config
, targetPlatform, buildPlatform
, overrides ? {}
@@ -28,7 +28,7 @@ let
automake = automake111x;
headersOnly = false;
cross = assert targetPlatform != buildPlatform; targetPlatform;
gccCross = gccCrossStageFinal;
gccCross = gcc;
};
hurdCrossIntermediate = forcedNativePackages.callPackage ./hurd {