all-packages: Remove gccCrossStageFinal; any gcc will not work
This commit is contained in:
@@ -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;
|
||||
};
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user