[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/87: gnu: Add %boot-muslboot2-inputs.
From: |
guix-commits |
Subject: |
41/87: gnu: Add %boot-muslboot2-inputs. |
Date: |
Mon, 13 Jan 2025 04:37:26 -0500 (EST) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit f727ce3f43b9b8ad3dc800e4944f6604ceb68b2b
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 21 14:39:18 2024 +0300
gnu: Add %boot-muslboot2-inputs.
* gnu/packages/commencement.scm (%boot-muslboot2-inputs): New variable.
Change-Id: Ia2248cb71b253487f62b2c8887bbd0153ebcd36c
---
gnu/packages/commencement.scm | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 11c806b750..1ce7a40b7c 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2029,6 +2029,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
- branch wip-riscv-bootstrap created (now e33bffe6b0), guix-commits, 2025/01/13
- 04/87: gnu: stage0-posix: Update to 1.7.0., guix-commits, 2025/01/13
- 07/87: gnu: mes-boot: Use commencement-build-target., guix-commits, 2025/01/13
- 10/87: gnu: patch-mesboot: Enable building on all systems., guix-commits, 2025/01/13
- 12/87: gnu: gcc-core-mesboot0: Use commencement-build-target., guix-commits, 2025/01/13
- 16/87: gnu: gcc-core-mesboot1: Use commencement-build-target., guix-commits, 2025/01/13
- 27/87: gnu: Add oksh-muslboot0., guix-commits, 2025/01/13
- 15/87: gnu: binutils-mesboot1: Use commencement-build-target., guix-commits, 2025/01/13
- 42/87: gnu: hello-mesboot: Add support for riscv64-linux., guix-commits, 2025/01/13
- 41/87: gnu: Add %boot-muslboot2-inputs.,
guix-commits <=
- 38/87: gnu: Add gcc-muslboot0., guix-commits, 2025/01/13
- 60/87: gnu: binutils-mesboot: Update to 2.30., guix-commits, 2025/01/13
- 72/87: fixup gmp-boot, guix-commits, 2025/01/13
- 67/87: gnu: musl-boot0: Fix building on riscv64-linux., guix-commits, 2025/01/13
- 56/87: gnu: Add byacc-boot0., guix-commits, 2025/01/13
- 53/87: gnu: file-boot0: Fix building on riscv64-linux., guix-commits, 2025/01/13
- 62/87: WIP: musl-boot0: Add fixes for i686 and x86_64., guix-commits, 2025/01/13
- 66/87: gnu: musl-boot0: Fix installation order of headers., guix-commits, 2025/01/13
- 75/87: fixup mpc-boot, guix-commits, 2025/01/13
- 81/87: gnu: gcc-muslboot: Apply patches in the package source., guix-commits, 2025/01/13