[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/85: gnu: binutils-mesboot0: Use commencement-build-target.
From: |
guix-commits |
Subject: |
11/85: gnu: binutils-mesboot0: Use commencement-build-target. |
Date: |
Tue, 17 Dec 2024 04:08:01 -0500 (EST) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit 503ac664bf12edcbe419c66d99f3351666e6ef47
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 45055c2c75..f619886d43 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
- 04/85: gnu: stage0-posix: Update to 1.7.0., (continued)
- 04/85: gnu: stage0-posix: Update to 1.7.0., guix-commits, 2024/12/17
- 16/85: gnu: gcc-core-mesboot1: Use commencement-build-target., guix-commits, 2024/12/17
- 20/85: gnu: gcc-mesboot1-wrapper: Correctly target more systems., guix-commits, 2024/12/17
- 15/85: gnu: binutils-mesboot1: Use commencement-build-target., guix-commits, 2024/12/17
- 22/85: gnu: tcc-boot: Support more architectures., guix-commits, 2024/12/17
- 05/85: gnu: mes-boot: Extend build timeout., guix-commits, 2024/12/17
- 03/85: gnu: mes-boot: Update to 0.27., guix-commits, 2024/12/17
- 09/85: gnu: gnu-make-mesboot0: Update to 3.82., guix-commits, 2024/12/17
- 01/85: gnu: mes-boot: Update to 0.26.1., guix-commits, 2024/12/17
- 07/85: gnu: mes-boot: Use commencement-build-target., guix-commits, 2024/12/17
- 11/85: gnu: binutils-mesboot0: Use commencement-build-target.,
guix-commits <=
- 13/85: gnu: glibc-mesboot0: Use commencement-build-target., guix-commits, 2024/12/17
- 14/85: gnu: gcc-mesboot0: Use commencement-build-target., guix-commits, 2024/12/17
- 18/85: gnu: gcc-mesboot: Use commencement-build-target., guix-commits, 2024/12/17
- 19/85: gnu: mes-boot: Enable support for armhf-linux and aarch64-linux., guix-commits, 2024/12/17
- 21/85: gnu: tcc-boot0: Specify the build target., guix-commits, 2024/12/17
- 24/85: gnu: Add musl-boot0., guix-commits, 2024/12/17
- 25/85: gnu: Add tcc-boot-musl., guix-commits, 2024/12/17
- 08/85: gnu: gzip-mesboot: Allow building on all systems., guix-commits, 2024/12/17
- 12/85: gnu: gcc-core-mesboot0: Use commencement-build-target., guix-commits, 2024/12/17
- 17/85: gnu: glibc-headers-mesboot: Use commencement-build-target., guix-commits, 2024/12/17