guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

50/60: gnu: %bootstrap-inputs+toolchain: Switch riscv64-linux to full bo


From: guix-commits
Subject: 50/60: gnu: %bootstrap-inputs+toolchain: Switch riscv64-linux to full bootstrap.
Date: Sun, 24 Nov 2024 02:50:17 -0500 (EST)

efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.

commit ebdb5eb536bb0cb8463116f89714470bb4f68eb7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 21 14:58:26 2024 +0300

    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
---
 gnu/packages/commencement.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index fd65e1e7cd..890099a369 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2609,7 +2609,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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]