[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
73/87: fixup mpfr-boot
From: |
guix-commits |
Subject: |
73/87: fixup mpfr-boot |
Date: |
Mon, 13 Jan 2025 04:37:31 -0500 (EST) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit d6a18cc73242e5c4fc7cdef0ae6157f92d88cdb0
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 16 09:34:48 2024 +0200
fixup mpfr-boot
Change-Id: Ic154843caa82ab5fee20dabeed07449b854c5518
---
gnu/packages/commencement.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 7399d1d1d3..337e3985fa 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1680,8 +1680,7 @@ ac_cv_c_float_format='IEEE (little-endian)'
#:configure-flags
#~(list #$@(if (target-x86?)
#~()
- #~("CC=tcc"
- "CFLAGS=-DHAVE_ALLOCA_H"))
+ #~("CC=tcc"))
(string-append "--build=" #$(commencement-build-target))
(string-append "--host=" #$(commencement-build-target))
"--enable-static"
- 36/87: gnu: gcc-mesboot1: Adjust setting include paths., (continued)
- 36/87: gnu: gcc-mesboot1: Adjust setting include paths., guix-commits, 2025/01/13
- 39/87: gnu: Add musl-boot., guix-commits, 2025/01/13
- 55/87: gnu: %boot0-inputs: Remove duplicate packages., guix-commits, 2025/01/13
- 54/87: gnu: %boot0-inputs: Use newly built *-boot0 packages on riscv64-linux., guix-commits, 2025/01/13
- 74/87: fixup musl-boot, guix-commits, 2025/01/13
- 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 <=
- 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, 2025/01/13
- 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