[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))))
- 54/60: gnu: %boot0-inputs: Use newly built *-boot0 packages on riscv64-linux., (continued)
- 54/60: gnu: %boot0-inputs: Use newly built *-boot0 packages on riscv64-linux., guix-commits, 2024/11/24
- 55/60: gnu: %boot0-inputs: Remove duplicate packages., guix-commits, 2024/11/24
- 58/60: gnu: ed: Update to 1.20.2., guix-commits, 2024/11/24
- 30/60: gnu: Add m4-boot., guix-commits, 2024/11/24
- 33/60: gnu: mpc-boot: Update and build package., guix-commits, 2024/11/24
- 35/60: gnu: gcc-mesboot1: Fix native-search-paths., guix-commits, 2024/11/24
- 40/60: gnu: Add gcc-muslboot., guix-commits, 2024/11/24
- 45/60: gnu: gawk-mesboot: Remove pre-generated source file., guix-commits, 2024/11/24
- 47/60: gnu: Add %boot-muslboot3-inputs., guix-commits, 2024/11/24
- 44/60: gnu: gawk-mesboot: Support building on riscv64-linux., guix-commits, 2024/11/24
- 50/60: gnu: %bootstrap-inputs+toolchain: Switch riscv64-linux to full bootstrap.,
guix-commits <=
- 51/60: gnu: gnu-make-boot0: Adjust configure-flags on riscv64-linux., guix-commits, 2024/11/24
- 57/60: gnu: gawk-boot0: Remove pre-generated source file., guix-commits, 2024/11/24
- 59/60: gnu: glibc-headers-mesboot: Remove unused C macro., guix-commits, 2024/11/24
- 60/60: gnu: binutils-mesboot: Update to 2.30., guix-commits, 2024/11/24