[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/94: fixup tcc-musl
From: |
guix-commits |
Subject: |
45/94: fixup tcc-musl |
Date: |
Mon, 21 Oct 2024 08:40:47 -0400 (EDT) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit 262deee08eeead8aa4cf27b6f908abe65fd652b7
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 9 22:10:14 2024 +0300
fixup tcc-musl
Change-Id: Ia890131ee001bb923b5700ff457324920338f40d
---
gnu/packages/commencement.scm | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index cba6f62974..fd14fad53b 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1065,9 +1065,7 @@ MesCC-Tools), and finally M2-Planet.")
"-D" (string-append "CONFIG_TCC_SYSINCLUDEPATHS=\""
libc "/include:"
out "/include:"
- ;"{B}/include\""
- "\""
- )
+ "{B}/include\"")
"-D" (string-append "TCC_LIBGCC=\"" libc "/lib/libc.a\"")
"-o" "tcc"
"tcc.c"))))))))))
- 09/94: fixup commencement-build-target, (continued)
- 09/94: fixup commencement-build-target, guix-commits, 2024/10/21
- 35/94: gnu: Add musl-boot0., guix-commits, 2024/10/21
- 22/94: gnu: gcc-core-mesboot1: Use commencement-build-target., guix-commits, 2024/10/21
- 37/94: fixup musl-boot0, guix-commits, 2024/10/21
- 29/94: gnu: tcc-boot0: Specify the build target., guix-commits, 2024/10/21
- 32/94: squash tcc-boot update to 0.9.27.1139, guix-commits, 2024/10/21
- 31/94: gnu: tcc-boot: Update to 0.9.27.1139-8cd21e9., guix-commits, 2024/10/21
- 52/94: fixup binutils-muslboot0, guix-commits, 2024/10/21
- 25/94: gnu: gcc-mesboot: Use commencement-build-target., guix-commits, 2024/10/21
- 49/94: gnu: Add binutils-muslboot0., guix-commits, 2024/10/21
- 45/94: fixup tcc-musl,
guix-commits <=
- 61/94: fixup gmp-boot, guix-commits, 2024/10/21
- 42/94: fixup tcc-boot-musl, guix-commits, 2024/10/21
- 39/94: WIP on tcc-boot-musl, guix-commits, 2024/10/21
- 26/94: gnu: mes-boot: Enable support for armhf-linux and aarch64-linux., guix-commits, 2024/10/21
- 64/94: gnu: mpfr-boot: Update and build package., guix-commits, 2024/10/21
- 48/94: fixup oksh-muslboot0, guix-commits, 2024/10/21
- 46/94: fixup tcc-musl, guix-commits, 2024/10/21
- 44/94: WIP on tcc-musl, guix-commits, 2024/10/21
- 74/94: gnu: gcc-mesboot1: Fix native-search-paths., guix-commits, 2024/10/21
- 68/94: fixup mpfr-boot, guix-commits, 2024/10/21