mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00:00
gnu: Add %boot-muslboot2-inputs.
* gnu/packages/commencement.scm (%boot-muslboot2-inputs): New variable. Change-Id: Ia2248cb71b253487f62b2c8887bbd0153ebcd36c
This commit is contained in:
@@ -2054,6 +2054,12 @@ ac_cv_c_float_format='IEEE (little-endian)'
|
||||
`(("gcc" ,gcc-mesboot1)
|
||||
,@(alist-delete "gcc" (%boot-mesboot1-inputs))))
|
||||
|
||||
(define (%boot-muslboot2-inputs)
|
||||
`(("gcc" ,gcc-muslboot)
|
||||
,@(modify-inputs (%boot-tcc-musl-inputs)
|
||||
(delete "gcc")
|
||||
(replace "libc" musl-boot))))
|
||||
|
||||
(define hello-mesboot
|
||||
;; Check for Scheme-only bootstrap. Note that newer versions of Hello
|
||||
;; break due to the way that newer versions of Gnulib handle
|
||||
|
||||
Reference in New Issue
Block a user