mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-01 18:05:17 +00:00
fixup gmp-boot1
Change-Id: Ie26b1ff6ec96033fcfb1f4bd0a00eeaaeccda0ff
This commit is contained in:
parent
8e5a09abec
commit
684a8ddc2d
1 changed files with 2 additions and 3 deletions
|
@ -2545,9 +2545,8 @@ exec " gcc "/bin/" program
|
|||
#~(list #$@(if (target-x86?)
|
||||
#~()
|
||||
#~("CC=tcc"))
|
||||
;; These break building on x86_64-linux.
|
||||
;(string-append "--build=" #$(commencement-build-target))
|
||||
;(string-append "--host=" #$(commencement-build-target))
|
||||
(string-append "--build=" #$(commencement-build-target))
|
||||
(string-append "--host=" #$(commencement-build-target))
|
||||
"--enable-static"
|
||||
"--disable-shared"
|
||||
"--disable-assembly")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue