[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
34/94: fixup tcc-boot
From: |
guix-commits |
Subject: |
34/94: fixup tcc-boot |
Date: |
Mon, 21 Oct 2024 08:40:45 -0400 (EDT) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit a60cd2134180188a1bc46db45784e7a03873840f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Oct 10 07:59:45 2024 +0300
fixup tcc-boot
Change-Id: Ic81743075462e9910a7a47cc436202a8ff58a2fc
---
gnu/packages/commencement.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 7a02bb44e5..2522b4e8e3 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -714,7 +714,8 @@ MesCC-Tools), and finally M2-Planet.")
(cond ((target-x86-32?) "x86")
((target-x86-64?) "x86_64")
((target-aarch64?) "aarch64")
- ((target-riscv64?) "riscv64"))))
+ ((target-riscv64?) "riscv64")
+ (#t ""))))
(package
(inherit tcc-boot0)
(name "tcc-boot")
- 06/94: gnu: mes-boot: Extend build timeout., (continued)
- 06/94: gnu: mes-boot: Extend build timeout., guix-commits, 2024/10/21
- 12/94: squash gzip-mesboot, guix-commits, 2024/10/21
- 15/94: gnu: patch-mesboot: Enable support for riscv64-linux., guix-commits, 2024/10/21
- 17/94: gnu: binutils-mesboot0: Use commencement-build-target., guix-commits, 2024/10/21
- 23/94: squash gcc-core-mesboot1 commencement-build-target., guix-commits, 2024/10/21
- 18/94: gnu: gcc-core-mesboot0: Use commencement-build-target., guix-commits, 2024/10/21
- 33/94: squash tcc-boot, guix-commits, 2024/10/21
- 27/94: gnu: gcc-mesboot1-wrapper: Correctly target more systems., guix-commits, 2024/10/21
- 56/94: gnu: Add %boot-tcc-musl-inputs., guix-commits, 2024/10/21
- 30/94: gnu: tcc-boot: Support more architectures., guix-commits, 2024/10/21
- 34/94: fixup tcc-boot,
guix-commits <=
- 60/94: gnu: gmp-boot: Update and build package., guix-commits, 2024/10/21
- 57/94: fixup %boot-tcc-musl-inputs, guix-commits, 2024/10/21
- 53/94: fixup binutils-muslboot0, guix-commits, 2024/10/21
- 43/94: gnu: Add tcc-musl., guix-commits, 2024/10/21
- 38/94: gnu: Add tcc-boot-musl., guix-commits, 2024/10/21
- 24/94: gnu: glibc-headers-mesboot: Use commencement-build-target., guix-commits, 2024/10/21
- 54/94: fixup binutils-muslboot0, guix-commits, 2024/10/21
- 47/94: Add oksh-muslboot0., guix-commits, 2024/10/21
- 59/94: fixup m4-boot, guix-commits, 2024/10/21
- 73/94: gnu: gcc-core-mesboot1: Adjust for dependency changes., guix-commits, 2024/10/21