[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/60: gnu: glibc-headers-mesboot: Use commencement-build-target.
From: |
guix-commits |
Subject: |
17/60: gnu: glibc-headers-mesboot: Use commencement-build-target. |
Date: |
Sun, 24 Nov 2024 02:50:11 -0500 (EST) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit d329c3202d6d7787e683518e19c7c7f4a0e7fbbb
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 1 08:18:41 2024 +0300
gnu: glibc-headers-mesboot: Use commencement-build-target.
* gnu/packages/commencement.scm (glibc-headers-mesboot)[arguments]:
Adjust the configure-flags to use commencement-build-target.
Change-Id: Icc4a05f3f5f448a5cb657319ae47b3c3d4f347ca
---
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 a795ae2823..76f93129f5 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1564,7 +1564,7 @@ ac_cv_c_float_format='IEEE (little-endian)'
(list
(string-append "--prefix=" out)
"--disable-obsolete-rpc"
- "--host=i686-unknown-linux-gnu"
+ (string-append "--host=" #$(commencement-build-target))
(string-append "--with-headers=" headers "/include")
"--enable-static-nss"
"--with-pthread"
- 16/60: gnu: gcc-core-mesboot1: Use commencement-build-target., (continued)
- 16/60: gnu: gcc-core-mesboot1: Use commencement-build-target., guix-commits, 2024/11/24
- 26/60: gnu: Add tcc-musl., guix-commits, 2024/11/24
- 24/60: gnu: Add musl-boot0., guix-commits, 2024/11/24
- 01/60: gnu: mes-boot: Update to 0.26.1., guix-commits, 2024/11/24
- 07/60: gnu: mes-boot: Use commencement-build-target., guix-commits, 2024/11/24
- 08/60: gnu: gzip-mesboot: Allow building on all systems., guix-commits, 2024/11/24
- 09/60: gnu: gnu-make-mesboot0: Update to 3.82., guix-commits, 2024/11/24
- 13/60: gnu: glibc-mesboot0: Use commencement-build-target., guix-commits, 2024/11/24
- 03/60: gnu: mes-boot: Update to 0.27., guix-commits, 2024/11/24
- 19/60: gnu: mes-boot: Enable support for armhf-linux and aarch64-linux., guix-commits, 2024/11/24
- 17/60: gnu: glibc-headers-mesboot: Use commencement-build-target.,
guix-commits <=
- 23/60: gnu: tcc-boot: Update to 0.9.27.1139-8cd21e9., guix-commits, 2024/11/24
- 29/60: gnu: Add %boot-tcc-musl-inputs., guix-commits, 2024/11/24
- 28/60: gnu: Add binutils-muslboot0., guix-commits, 2024/11/24
- 11/60: gnu: binutils-mesboot0: Use commencement-build-target., guix-commits, 2024/11/24
- 20/60: gnu: gcc-mesboot1-wrapper: Correctly target more systems., guix-commits, 2024/11/24
- 06/60: gnu: Add commencement-build-target., guix-commits, 2024/11/24
- 27/60: gnu: Add oksh-muslboot0., guix-commits, 2024/11/24
- 12/60: gnu: gcc-core-mesboot0: Use commencement-build-target., guix-commits, 2024/11/24
- 14/60: gnu: gcc-mesboot0: Use commencement-build-target., guix-commits, 2024/11/24
- 15/60: gnu: binutils-mesboot1: Use commencement-build-target., guix-commits, 2024/11/24