guix_mirror_bot pushed a commit to branch wip-riscv-bootstrap in repository guix.
commit 1099f6fa0c8cf5e1b312c9e0ff0e7989fb57aeae Author: Efraim Flashner <[email protected]> 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 a373851c30..c64d0bc828 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -927,8 +927,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
