1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: %bootstrap-inputs+toolchain: Switch riscv64-linux to full bootstrap.

* gnu/packages/commencement.scm (%bootstrap-inputs+toolchain): When
building on riscv64-linux use %boot-mesboot6-inputs.

Change-Id: Ie5dbf4ba321ac9ff421533ec04d2ace9306e8a50
This commit is contained in:
Efraim Flashner
2024-10-21 14:58:26 +03:00
committed by Janneke Nieuwenhuizen
parent 359d21c4fd
commit 283ce3bdb3

View File

@@ -2670,7 +2670,7 @@ exec " gcc "/bin/" program
;; The traditional bootstrap-inputs. For the i686-linux, x86_64-linux
;; Scheme-only bootstrap the actual reduced set with bootstrapped toolchain.
(match (%current-system)
((or "i686-linux" "x86_64-linux")
((or "i686-linux" "x86_64-linux" "riscv64-linux")
(%boot-mesboot6-inputs))
(_
(%bootstrap-inputs))))