Skip to content

Commit

Permalink
aarch64: use gcc11 with external bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Joseph committed Jan 16, 2023
1 parent abbf7fa commit 81949cf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14103,7 +14103,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 11;
numS = toString num;
in {
Expand Down

0 comments on commit 81949cf

Please sign in to comment.