forked from mirrors/nixpkgs
linux.stdenv: gcc_10 → gcc_11
This commit is contained in:
parent
eff8a32c29
commit
52f8cf58a4
|
@ -12137,6 +12137,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.isAarch64 then 9
|
||||
else 10;
|
||||
numS = toString num;
|
||||
|
|
Loading…
Reference in a new issue