gnu: gcc-boot0: Fix building for aarch64-linux.

* gnu/packages/commencement.scm (gcc-boot0)[inputs]: When building for
aarch64-linux use libstdc++-boot0 from gcc-5.

Change-Id: I647694e70e461e100052801874f50c5c20b49398
This commit is contained in:
Efraim Flashner 2024-12-10 14:30:38 +02:00 committed by Janneke Nieuwenhuizen
parent b79d0cd4f8
commit 279be18af5
No known key found for this signature in database
GPG key ID: F3C1A0D9C1D65273

View file

@ -2485,6 +2485,7 @@ (define gcc-boot0
;; The libstdc++ that libcc1 links against.
("libstdc++" ,(match (%current-system)
("aarch64-linux" (make-libstdc++-boot0 gcc-5))
("powerpc64le-linux" (make-libstdc++-boot0 gcc-5))
("riscv64-linux" (make-libstdc++-boot0 gcc-7))
("x86_64-gnu" (make-libstdc++-boot0 gcc-14))