1
0
forked from tribes/guix

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
This commit is contained in:
Efraim Flashner
2024-10-01 08:12:20 +03:00
parent 73046c0e5c
commit 5ce07b9bd0
+2 -2
View File
@@ -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