Merge #168093: gcc: 10 -> 11 on x86-64_darwin (into staging)
This commit is contained in:
commit
003eb48583
@ -12131,7 +12131,7 @@ with pkgs;
|
||||
num =
|
||||
if (with stdenv.targetPlatform; isVc4 || libc == "relibc") then 6
|
||||
else if (stdenv.targetPlatform.isAarch64 && stdenv.isDarwin) then 11
|
||||
else if (stdenv.targetPlatform.isx86_64 && stdenv.isLinux) then 11
|
||||
else if (stdenv.targetPlatform.isx86_64) then 11
|
||||
else if stdenv.targetPlatform.isAarch64 then 9
|
||||
else 10;
|
||||
numS = toString num;
|
||||
|
Loading…
Reference in New Issue
Block a user