[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
52/70: bootstrap: gcc-mesboot: Use Gash instead of coreutils&co.
From: |
guix-commits |
Subject: |
52/70: bootstrap: gcc-mesboot: Use Gash instead of coreutils&co. |
Date: |
Sun, 15 Dec 2019 08:36:48 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 7d0e1d45a7590baea0f7a9cae9ac528d9d09ed64
Author: Jan Nieuwenhuizen <address@hidden>
Date: Fri Nov 22 22:31:06 2019 +0100
bootstrap: gcc-mesboot: Use Gash instead of coreutils&co.
* gnu/packages/commencement.scm (gcc-mesboot): Use Gash instead of
coreutils&co.
---
gnu/packages/commencement.scm | 19 ++++++++-----------
1 file changed, 8 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index ab8fe55..849f1be 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2615,16 +2615,10 @@ exec " gcc "/bin/" program
(name "gcc-mesboot")
(version "4.9.4")
(source (bootstrap-origin (package-source gcc-4.9)))
- (native-inputs `(("binutils" ,binutils-mesboot)
- ("gcc-wrapper" ,gcc-mesboot1-wrapper)
+ (native-inputs `(("gcc-wrapper" ,gcc-mesboot1-wrapper)
("gcc" ,gcc-mesboot1)
- ("libc" ,glibc-mesboot)
-
- ("bash" ,%bootstrap-coreutils&co)
- ("coreutils" ,%bootstrap-coreutils&co)
- ("diffutils" ,diffutils-mesboot)
- ("kernel-headers" ,%bootstrap-linux-libre-headers)
- ("make" ,make-mesboot)))
+ ("headers" ,glibc-headers-mesboot)
+ ,@(%boot-mesboot4-inputs)))
(arguments
`(#:validate-runpath? #f
,@(substitute-keyword-arguments (package-arguments gcc-mesboot1)
@@ -2669,6 +2663,9 @@ exec " gcc "/bin/" program
"--disable-build-with-cxx")))
((#:phases phases)
`(modify-phases ,phases
+ (delete 'apply-boot-patch)
+ (delete 'unpack-g++) ; sadly, gcc-4.9.4 does not provide
+ ; modular core/language downloads
(replace 'setenv
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
@@ -2679,12 +2676,12 @@ exec " gcc "/bin/" program
(kernel-headers (assoc-ref %build-inputs
"kernel-headers")))
(setenv "CONFIG_SHELL" (string-append bash "/bin/sh"))
(setenv "C_INCLUDE_PATH" (string-append
- gcc
"/lib/gcc-lib/i686-unknown-linux-gnu/4.7.4/include"
+ gcc
"/lib/gcc-lib/i686-unknown-linux-gnu/4.6.4/include"
":" kernel-headers "/include"
":" glibc "/include"
":" (getcwd) "/mpfr/src"))
(setenv "CPLUS_INCLUDE_PATH" (string-append
- gcc
"/lib/gcc-lib/i686-unknown-linux-gnu/4.7.4/include"
+ gcc
"/lib/gcc-lib/i686-unknown-linux-gnu/4.6.4/include"
":" kernel-headers
"/include"
":" glibc "/include"
":" (getcwd) "/mpfr/src"))
- 38/70: bootstrap: Add coreutils-mesboot0., (continued)
- 38/70: bootstrap: Add coreutils-mesboot0., guix-commits, 2019/12/15
- 45/70: bootstrap: Add xz-mesboot., guix-commits, 2019/12/15
- 46/70: bootstrap: Add hello-mesboot., guix-commits, 2019/12/15
- 51/70: bootstrap: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 30/70: bootstrap: gcc-core-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 36/70: bootstrap: Add grep-mesboot., guix-commits, 2019/12/15
- 35/70: bootstrap: Add tar-mesboot., guix-commits, 2019/12/15
- 47/70: bootstrap: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 41/70: bootstrap: Add sed-mesboot., guix-commits, 2019/12/15
- 50/70: bootstrap: glibc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 52/70: bootstrap: gcc-mesboot: Use Gash instead of coreutils&co.,
guix-commits <=
- 25/70: bootstrap: tcc-boot: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 39/70: bootstrap: Add make-mesboot., guix-commits, 2019/12/15
- 59/70: bootstrap: Remove %bootstrap-coreutils&co, %bootstrap-bash., guix-commits, 2019/12/15
- 61/70: bootstrap: Add ed-boot0., guix-commits, 2019/12/15
- 65/70: bootstrap: Typo., guix-commits, 2019/12/15
- 57/70: bootstrap: Add gawk-boot0., guix-commits, 2019/12/15
- 58/70: bootstrap: Add sed-boot0., guix-commits, 2019/12/15
- 29/70: bootstrap: binutils-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/15
- 56/70: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co., guix-commits, 2019/12/15
- 34/70: bootstrap: gcc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2019/12/15