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:
Efraim Flashner 2024-10-01 08:17:08 +03:00
parent acfbb0a08e
commit 38d5197272
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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))))))))