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
parent f93e9bdf65
commit 6006e6fb29
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2609,7 +2609,7 @@ (define (%bootstrap-inputs+toolchain)
;; 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))))