guix_mirror_bot pushed a commit to branch wip-riscv-bootstrap in repository guix.
commit 0262ce7ac10ff0cdfdeea0fd587518640398e410 Author: Efraim Flashner <[email protected]> AuthorDate: Tue Oct 1 08:15:12 2024 +0300 gnu: glibc-mesboot0: Use commencement-build-target. * gnu/packages/commencement.scm (glibc-mesboot0)[arguments]: Adjust the configure-flags to use commencement-build-target. Change-Id: Icc90fbc7669e5bd59e34d498d1a4f561af748cba --- 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 362eab32f8..76c90a64de 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -1127,8 +1127,8 @@ ac_cv_c_float_format='IEEE (little-endian)' `("--disable-shared" "--enable-static" "--disable-sanity-checks" - "--build=i686-unknown-linux-gnu" - "--host=i686-unknown-linux-gnu" + ,(string-append "--build=" #$(commencement-build-target)) + ,(string-append "--host=" #$(commencement-build-target)) ,(string-append "--with-headers=" headers "/include") "--enable-static-nss" "--without-__thread"
