summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-10-21 14:58:26 +0300
committerJanneke Nieuwenhuizen <janneke@gnu.org>2026-01-28 21:47:39 +0100
commit283ce3bdb312cd9f45becaa062dff99574d4f6e1 (patch)
tree3f5642c8d43c30435b1e97caf6bfef65c93847f8 /gnu
parent359d21c4fd3ee6d5c58cb7cd6e657ad1c01e1e45 (diff)
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
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/commencement.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 511516ad807..363c7afa717 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2670,7 +2670,7 @@ exec " gcc "/bin/" program
2670 ;; The traditional bootstrap-inputs. For the i686-linux, x86_64-linux 2670 ;; The traditional bootstrap-inputs. For the i686-linux, x86_64-linux
2671 ;; Scheme-only bootstrap the actual reduced set with bootstrapped toolchain. 2671 ;; Scheme-only bootstrap the actual reduced set with bootstrapped toolchain.
2672 (match (%current-system) 2672 (match (%current-system)
2673 ((or "i686-linux" "x86_64-linux") 2673 ((or "i686-linux" "x86_64-linux" "riscv64-linux")
2674 (%boot-mesboot6-inputs)) 2674 (%boot-mesboot6-inputs))
2675 (_ 2675 (_
2676 (%bootstrap-inputs)))) 2676 (%bootstrap-inputs))))