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
+1 -1
View File
@@ -35,7 +35,7 @@ in bootStages ++ [
targetPlatform = crossSystem;
cc = if crossSystem.useiOSCross or false
then buildPackages.darwin.ios-cross
else buildPackages.gccCrossStageFinal;
else buildPackages.gcc;
};
})