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

commit 00b0fd645065134af8505ebb05738307a9b468a1
Author: Efraim Flashner <efr...@flashner.co.il>
AuthorDate: Sun Oct 6 14:18:56 2024 +0300

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

diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index c0cc23a253..444ffb05e1 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -886,6 +886,7 @@ MesCC-Tools), and finally M2-Planet.")
     ,@(alist-delete "tcc" (%boot-tcc0-inputs))))
 
 ;; The last musl in the 1.1.x series.
+;; For now this starts the riscv64 specific portion of the bootstrap.
 (define musl-boot0
   (package
     (inherit musl)

Reply via email to