mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: binutils-mesboot1: Use commencement-build-target.
* gnu/packages/commencement.scm (binutils-mesboot1)[arguments]: Adjust the configure-flags to use commencement-build-target. Change-Id: I950f3f43a823965833d04b0475adf3f4f2967711
This commit is contained in:
parent
acfbb0a08e
commit
38d5197272
1 changed files with 2 additions and 2 deletions
|
@ -1217,8 +1217,8 @@ (define binutils-mesboot1
|
|||
#~(let ((out (assoc-ref %outputs "out")))
|
||||
`("--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=/"
|
||||
,(string-append "--prefix=" out))))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue