[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
51/60: gnu: gnu-make-boot0: Adjust configure-flags on riscv64-linux.
From: |
guix-commits |
Subject: |
51/60: gnu: gnu-make-boot0: Adjust configure-flags on riscv64-linux. |
Date: |
Sun, 24 Nov 2024 02:50:17 -0500 (EST) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit 79389ad89392edf11a727b570c651bc9e92deec2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 21 14:59:25 2024 +0300
gnu: gnu-make-boot0: Adjust configure-flags on riscv64-linux.
* gnu/packages/commencement.scm (gnu-make-boot0)[arguments]: When
building for riscv64-linux adjust the configure-flags to allow using
posix-spawn.
Change-Id: If0e983f57c3483acfa154aa569a126de206518c1
---
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 890099a369..fa107c9bd4 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2635,7 +2635,7 @@ exec " gcc "/bin/" program
;; 'posix_spawn'. Thus, disable it. See
;; <https://bugs.gnu.org/49367>.
,(match (%current-system)
- ((or "i686-linux" "x86_64-linux")
+ ((or "i686-linux" "x86_64-linux" "riscv64-linux")
flags)
(_
`(cons "--disable-posix-spawn" ,flags)))))
- 55/60: gnu: %boot0-inputs: Remove duplicate packages., (continued)
- 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, 2024/11/24
- 51/60: gnu: gnu-make-boot0: Adjust configure-flags on riscv64-linux.,
guix-commits <=
- 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