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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user