stdenv: aarch64-linux: gcc9 -> gcc12

This commit is contained in:
Vladimír Čunát 2023-02-11 20:30:08 +01:00
parent 7244b4babe
commit 21ec906463
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -14287,7 +14287,6 @@ with pkgs;
inherit (let
num =
if (with stdenv.targetPlatform; isVc4 || libc == "relibc") then 6
else if (stdenv.targetPlatform.isAarch64 && stdenv.isLinux) then 9
else 12;
numS = toString num;
in {