[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
36/85: gnu: gcc-mesboot1: Adjust setting include paths.
From: |
guix-commits |
Subject: |
36/85: gnu: gcc-mesboot1: Adjust setting include paths. |
Date: |
Tue, 17 Dec 2024 04:08:07 -0500 (EST) |
efraim pushed a commit to branch wip-riscv-bootstrap
in repository guix.
commit 052f1ed0e2f8f45050236a626f15374ee4c96b5a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Oct 9 19:49:35 2024 +0300
gnu: gcc-mesboot1: Adjust setting include paths.
* gnu/packages/commencement.scm (gcc-mesboot1)[arguments]: Don't replace
the 'setenv phase, add a 'set-cplus-include-path phase to set the
CPLUS_INCLUDE_PATH.
Change-Id: I58434bca416c07b43e147b598930ad4ea8382802
---
gnu/packages/commencement.scm | 9 +--------
1 file changed, 1 insertion(+), 8 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index ee8f802be9..a7aeb04523 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -1804,15 +1804,8 @@ ac_cv_c_float_format='IEEE (little-endian)'
(lambda _
(let ((source-g++ (assoc-ref %build-inputs "gcc-g++")))
(invoke "tar" "xvf" source-g++))))
- (replace 'setenv
+ (add-before 'configure 'set-cplus-include-path
(lambda _
- (setenv "CONFIG_SHELL" (which "sh"))
-
- ;; Allow MPFR headers to be found.
- (setenv "C_INCLUDE_PATH"
- (string-append (getcwd) "/mpfr/src:"
- (getenv "C_INCLUDE_PATH")))
-
;; Set the C++ search path so that C headers can be found as
;; libstdc++ is being compiled.
(setenv "CPLUS_INCLUDE_PATH" (getenv "C_INCLUDE_PATH"))))))))
- 21/85: gnu: tcc-boot0: Specify the build target., (continued)
- 21/85: gnu: tcc-boot0: Specify the build target., guix-commits, 2024/12/17
- 24/85: gnu: Add musl-boot0., guix-commits, 2024/12/17
- 25/85: gnu: Add tcc-boot-musl., guix-commits, 2024/12/17
- 08/85: gnu: gzip-mesboot: Allow building on all systems., guix-commits, 2024/12/17
- 12/85: gnu: gcc-core-mesboot0: Use commencement-build-target., guix-commits, 2024/12/17
- 17/85: gnu: glibc-headers-mesboot: Use commencement-build-target., guix-commits, 2024/12/17
- 77/85: gnu: gcc-mesboot1: Use full gcc sources., guix-commits, 2024/12/17
- 84/85: gnu: bison-boot0: Update flags for riscv64-linux., guix-commits, 2024/12/17
- 27/85: gnu: Add oksh-muslboot0., guix-commits, 2024/12/17
- 34/85: gnu: gcc-core-mesboot1: Adjust for dependency changes., guix-commits, 2024/12/17
- 36/85: gnu: gcc-mesboot1: Adjust setting include paths.,
guix-commits <=
- 48/85: gnu: mesboot-package: Adjust for riscv64-linux builds., guix-commits, 2024/12/17
- 68/85: gnu: musl-boot0: Upgrade to 1.2.5., guix-commits, 2024/12/17
- 76/85: fixup gcc-muslboot0, guix-commits, 2024/12/17
- 47/85: gnu: Add %boot-muslboot3-inputs., guix-commits, 2024/12/17
- 60/85: gnu: binutils-mesboot: Update to 2.30., guix-commits, 2024/12/17
- 50/85: gnu: %bootstrap-inputs+toolchain: Switch riscv64-linux to full bootstrap., guix-commits, 2024/12/17
- 71/85: gnu: m4-boot0: Downgrade to 1.4.18., guix-commits, 2024/12/17
- 64/85: fixup WIP: musl-boot0: Add fixes for i686 and x86_64., guix-commits, 2024/12/17
- 30/85: gnu: Add m4-boot., guix-commits, 2024/12/17
- 38/85: gnu: Add gcc-muslboot0., guix-commits, 2024/12/17