guix_mirror_bot pushed a commit to branch wip-riscv-bootstrap
in repository guix.

commit 684a8ddc2dfe39123868d45346305e5ac822bad0
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Jul 29 11:17:18 2025 +0300

    fixup gmp-boot1
    
    Change-Id: Ie26b1ff6ec96033fcfb1f4bd0a00eeaaeccda0ff
---
 gnu/packages/commencement.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 5da89a62f7..c79ba1e807 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -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")

Reply via email to