[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/94: gnu: binutils-mesboot0: Use commencement-build-target.
From: |
guix-commits |
Subject: |
17/94: gnu: binutils-mesboot0: Use commencement-build-target. |
Date: |
Mon, 21 Oct 2024 08:40:42 -0400 (EDT) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit 791509bce619331cec993b2195b83455f12d45e8
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 1 08:12:20 2024 +0300
gnu: binutils-mesboot0: Use commencement-build-target.
* gnu/packages/commencement.scm (binutils-mesboot0)[arguments]: Adjust
the configure-flags to use commencement-build-target.
Change-Id: I18ed9a0dfebc9c90eb8cab2aeda3210a0b9508c1
---
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 8b709c25ac..65c9b2ada9 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -902,8 +902,8 @@ MesCC-Tools), and finally M2-Planet.")
"--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=/"))))))
(define gcc-core-mesboot0
- 41/94: fixup tcc-boot-musl, (continued)
- 41/94: fixup tcc-boot-musl, guix-commits, 2024/10/21
- 65/94: fixup mpfr-boot, guix-commits, 2024/10/21
- 51/94: fixup binutils-muslboot0, guix-commits, 2024/10/21
- 87/94: gnu: Add %boot-muslboot3-inputs., guix-commits, 2024/10/21
- 86/94: gnu: Add mawk-mesboot., guix-commits, 2024/10/21
- 01/94: gnu: mes-boot: Update to 0.26.1., guix-commits, 2024/10/21
- 02/94: gnu: tcc-boot0: Update to 0.9.26-1157-gdd46e018., guix-commits, 2024/10/21
- 06/94: gnu: mes-boot: Extend build timeout., guix-commits, 2024/10/21
- 12/94: squash gzip-mesboot, guix-commits, 2024/10/21
- 15/94: gnu: patch-mesboot: Enable support for riscv64-linux., guix-commits, 2024/10/21
- 17/94: gnu: binutils-mesboot0: Use commencement-build-target.,
guix-commits <=
- 23/94: squash gcc-core-mesboot1 commencement-build-target., guix-commits, 2024/10/21
- 18/94: gnu: gcc-core-mesboot0: Use commencement-build-target., guix-commits, 2024/10/21
- 33/94: squash tcc-boot, guix-commits, 2024/10/21
- 27/94: gnu: gcc-mesboot1-wrapper: Correctly target more systems., guix-commits, 2024/10/21
- 56/94: gnu: Add %boot-tcc-musl-inputs., guix-commits, 2024/10/21
- 30/94: gnu: tcc-boot: Support more architectures., guix-commits, 2024/10/21
- 34/94: fixup tcc-boot, guix-commits, 2024/10/21
- 60/94: gnu: gmp-boot: Update and build package., guix-commits, 2024/10/21
- 57/94: fixup %boot-tcc-musl-inputs, guix-commits, 2024/10/21
- 53/94: fixup binutils-muslboot0, guix-commits, 2024/10/21