1
0
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:
Efraim Flashner
2025-07-29 11:17:18 +03:00
parent 8e5a09abec
commit 684a8ddc2d

View File

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