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

commit ab096edd91286edaf67d7ee9099047b0e41d6b42
Author: Efraim Flashner <efr...@flashner.co.il>
AuthorDate: Mon Dec 16 09:35:10 2024 +0200

    fixup musl-boot
    
    Change-Id: Id2e7067fb457209b8d7789b1b04e7e64acf0223f
---
 gnu/packages/commencement.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 312545e15a..82dc5f3f9a 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2001,6 +2001,7 @@ ac_cv_c_float_format='IEEE (little-endian)'
                 "--enable-gcc-wrapper"))
        ((#:phases phases #~'%standard-phases)
         #~(modify-phases #$phases
+            (delete 'remove-complex)
             (add-after 'install 'symlink-dynamic-linker
               ;; This is a hack to work around not being able to hardcode
               ;; the location of the dynamic linker for musl in gcc without

Reply via email to