mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
fixup gmp-boot
Change-Id: I0d38c62e98607fa5cdfa08b3e2c2fad67be927a4
This commit is contained in:
parent
8b8fff4197
commit
8e5a09abec
1 changed files with 3 additions and 4 deletions
|
|
@ -1666,14 +1666,13 @@ ac_cv_c_float_format='IEEE (little-endian)'
|
|||
#:guile %bootstrap-guile
|
||||
#:tests? #f
|
||||
#:implicit-inputs? #f
|
||||
#:parallel-build? (target-x86?)
|
||||
#:parallel-build? #f
|
||||
#:configure-flags
|
||||
#~(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
Reference in a new issue