[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
47/87: gnu: Add %boot-muslboot3-inputs.
From: |
guix-commits |
Subject: |
47/87: gnu: Add %boot-muslboot3-inputs. |
Date: |
Mon, 13 Jan 2025 04:37:27 -0500 (EST) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit 03cdf0d085cd35979e5bc976e91f81d72186c5e0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 21 14:53:52 2024 +0300
gnu: Add %boot-muslboot3-inputs.
* gnu/packages/commencement.scm (%boot-muslboot3-inputs): New variable.
Change-Id: I34e5c593f7f38df78707cc3c49260aae10192723
---
gnu/packages/commencement.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 774f0fe2b7..39c7a879f4 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2195,6 +2195,11 @@ ac_cv_c_float_format='IEEE (little-endian)'
("gawk" ,gawk-mesboot)
,@(alist-delete "binutils" (%boot-mesboot2-inputs))))
+;; Mirror the names from the x86 bootstrap path.
+(define (%boot-muslboot3-inputs)
+ `(("gawk" ,mawk-mesboot)
+ ,@(%boot-muslboot2-inputs)))
+
(define glibc-headers-mesboot
(package
(inherit glibc-mesboot0)
- 76/87: fixup gcc-muslboot0, (continued)
- 76/87: fixup gcc-muslboot0, guix-commits, 2025/01/13
- 61/87: gnu: musl-boot0: Improve the install phase., guix-commits, 2025/01/13
- 87/87: Revert "gnu: gcc-muslboot: Apply patches in the package source.", guix-commits, 2025/01/13
- 44/87: gnu: gawk-mesboot: Support building on riscv64-linux., guix-commits, 2025/01/13
- 50/87: gnu: %bootstrap-inputs+toolchain: Switch riscv64-linux to full bootstrap., guix-commits, 2025/01/13
- 73/87: fixup mpfr-boot, guix-commits, 2025/01/13
- 52/87: gnu: findutils-boot0: Adjust the skipped tests on riscv64-linux., guix-commits, 2025/01/13
- 77/87: gnu: gcc-mesboot1: Use full gcc sources., guix-commits, 2025/01/13
- 85/87: Revert "gnu: m4-boot0: Downgrade to 1.4.18.", guix-commits, 2025/01/13
- 78/87: gnu: gcc-mesboot1: Backport c++ builtin values., guix-commits, 2025/01/13
- 47/87: gnu: Add %boot-muslboot3-inputs.,
guix-commits <=
- 80/87: gnu: gcc-muslboot: Backport c++ builtin values., guix-commits, 2025/01/13
- 79/87: gnu: gcc-muslboot: Use full gcc sources., guix-commits, 2025/01/13
- 58/87: gnu: ed: Update to 1.20.2., guix-commits, 2025/01/13
- 01/87: gnu: mes-boot: Update to 0.26.1., guix-commits, 2025/01/13
- 11/87: gnu: binutils-mesboot0: Use commencement-build-target., guix-commits, 2025/01/13
- 18/87: gnu: gcc-mesboot: Use commencement-build-target., guix-commits, 2025/01/13
- 33/87: gnu: mpc-boot: Update and build package., guix-commits, 2025/01/13