summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2024-10-21 14:58:26 +0300
committerEfraim Flashner <efraim@flashner.co.il>2025-07-28 09:57:09 +0300
commit9c1ddc8bb8c572a9cca3fb20a0dfc72e4315b192 (patch)
treecbaa1725ba3bc5028ef2eeeedbf2ce37609d8b06 /gnu
parenta85457babd2dc8c91a4503aa549145ce4c9b352c (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 350d24cf641..efb3ae9373e 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))))