mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01: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:
parent
f93e9bdf65
commit
6006e6fb29
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue