gcc: 10 -> 11 on x86-64_darwin
This commit is contained in:
parent
28c6c88d42
commit
6ab633a0c8
@ -12129,7 +12129,7 @@ with pkgs;
|
|||||||
num =
|
num =
|
||||||
if (with stdenv.targetPlatform; isVc4 || libc == "relibc") then 6
|
if (with stdenv.targetPlatform; isVc4 || libc == "relibc") then 6
|
||||||
else if (stdenv.targetPlatform.isAarch64 && stdenv.isDarwin) then 11
|
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 if stdenv.targetPlatform.isAarch64 then 9
|
||||||
else 10;
|
else 10;
|
||||||
numS = toString num;
|
numS = toString num;
|
||||||
|
Loading…
Reference in New Issue
Block a user