mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
b79d0cd4f8
commit
279be18af5
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue