[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/32: gnu: binutils-mesboot1: Use commencement-build-target.
From: |
guix-commits |
Subject: |
15/32: gnu: binutils-mesboot1: Use commencement-build-target. |
Date: |
Wed, 2 Oct 2024 09:06:34 -0400 (EDT) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit 2c62f565ec7c9eee116d84f0b00f15ca7d5d260a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 1 08:17:08 2024 +0300
gnu: binutils-mesboot1: Use commencement-build-target.
* gnu/packages/commencement.scm (binutils-mesboot1)[arguments]: Adjust
the configure-flags to use commencement-build-target.
Change-Id: I950f3f43a823965833d04b0475adf3f4f2967711
---
gnu/packages/commencement.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index fd7a42d870..192080f581 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1224,8 +1224,8 @@ ac_cv_c_float_format='IEEE (little-endian)'
#~(let ((out (assoc-ref %outputs "out")))
`("--disable-nls" "--disable-shared"
"--disable-werror"
- "--build=i686-unknown-linux-gnu"
- "--host=i686-unknown-linux-gnu"
+ ,(string-append "--build=" #$(commencement-build-target))
+ ,(string-append "--host=" #$(commencement-build-target))
"--with-sysroot=/"
,(string-append "--prefix=" out))))))))
- branch wip-riscv-bootstrap created (now 89e4c24645), guix-commits, 2024/10/02
- 06/32: gnu: Add commencement-build-target., guix-commits, 2024/10/02
- 03/32: gnu: mes-boot0: Update to 0.27., guix-commits, 2024/10/02
- 08/32: gnu: gzip-mesboot: Enable support for riscv64-linux., guix-commits, 2024/10/02
- 26/32: gnu: gcc-core-mesboot1: Correctly target more systems., guix-commits, 2024/10/02
- 28/32: gnu: tcc-boot: Support more architectures., guix-commits, 2024/10/02
- 18/32: gnu: gcc-mesboot: Use commencement-build-target., guix-commits, 2024/10/02
- 15/32: gnu: binutils-mesboot1: Use commencement-build-target.,
guix-commits <=
- 22/32: fixup mes-boot: Extend build timeout., guix-commits, 2024/10/02
- 23/32: gnu: mes-boot: Enable support for armhf-linux and aarch64-linux., guix-commits, 2024/10/02
- 11/32: gnu: binutils-mesboot0: Use commencement-build-target., guix-commits, 2024/10/02
- 24/32: squash patch-mesboot, guix-commits, 2024/10/02
- 30/32: gnu: Add musl-boot0., guix-commits, 2024/10/02
- 13/32: gnu: glibc-mesboot0: Use commencement-build-target., guix-commits, 2024/10/02
- 07/32: gnu: mes-boot: Use commencement-build-target., guix-commits, 2024/10/02
- 25/32: gnu: gcc-mesboot1-wrapper: Correctly target more systems., guix-commits, 2024/10/02
- 12/32: gnu: gcc-core-mesboot0: Use commencement-build-target., guix-commits, 2024/10/02
- 31/32: gnu: Add tcc-boot-musl., guix-commits, 2024/10/02