mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
fixup gmp-boot1
Change-Id: Ie26b1ff6ec96033fcfb1f4bd0a00eeaaeccda0ff
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user