guix_mirror_bot pushed a commit to branch wip-riscv-bootstrap in repository guix.
commit 5ce07b9bd0cfa5024fee450facaba079db1d74b4 Author: Efraim Flashner <efr...@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 d2b8bee603..71f6f4754c 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