[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
45/57: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreu
From: |
guix-commits |
Subject: |
45/57: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co. |
Date: |
Mon, 16 Dec 2019 13:20:14 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit 031f34c988951eb58d31bae0dfadd7254874c276
Author: Jan Nieuwenhuizen <address@hidden>
Date: Fri Nov 22 22:39:14 2019 +0100
bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co.
* gnu/packages/commencement.scm (%bootstrap-inputs+toolchain): Use Gash
instead of coreutils&co.
---
gnu/packages/commencement.scm | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index 8737773..2cf5bd0 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2693,16 +2693,11 @@ exec " gcc "/bin/" program
'("coreutils" "kernel-headers"))))
(define (%bootstrap-inputs+toolchain)
- ;; The traditional bootstrap-inputs. For the i686-linux Reduced Binary Seed
- ;; the actual reduced set with bootstrapped toolchain.
+ ;; The traditional bootstrap-inputs. For the i686-linux, x86_64-linux
+ ;; Scheme-only bootstrap the actual reduced set with bootstrapped toolchain.
(match (%current-system)
((or "i686-linux" "x86_64-linux")
- `(("libc" ,glibc-mesboot)
- ("binutils" ,binutils-mesboot)
- ("gcc-wrapper" ,gcc-mesboot-wrapper)
- ("gcc" ,gcc-mesboot)
- ,@(fold alist-delete (%bootstrap-inputs)
- '("bootstrap-mescc-tools" "mes"))))
+ (%boot-mesboot6-inputs))
(_
(%bootstrap-inputs))))
- 26/57: bootstrap: Add grep-mesboot., (continued)
- 26/57: bootstrap: Add grep-mesboot., guix-commits, 2019/12/16
- 34/57: bootstrap: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 31/57: bootstrap: Add sed-mesboot., guix-commits, 2019/12/16
- 09/57: bootstrap: mes-boot: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 12/57: bootstrap: make-mesboot0: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 16/57: bootstrap: diffutils-mesboot: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 22/57: bootstrap: mesboot-headers: Use Gash instead of coretutils&co., guix-commits, 2019/12/16
- 21/57: bootstrap: Add gawk-mesboot0., guix-commits, 2019/12/16
- 35/57: bootstrap: Add xz-mesboot., guix-commits, 2019/12/16
- 37/57: bootstrap: binutils-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 45/57: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co.,
guix-commits <=
- 50/57: bootstrap: Add tar-boot0., guix-commits, 2019/12/16
- 41/57: bootstrap: gcc-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 47/57: bootstrap: Add sed-boot0., guix-commits, 2019/12/16
- 38/57: bootstrap: glibc-headers-mesboot: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 40/57: bootstrap: gcc-mesboot1-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 42/57: bootstrap: gcc-mesboot-wrapper: Use Gash instead of coreutils&co., guix-commits, 2019/12/16
- 48/57: bootstrap: Add patch-boot0., guix-commits, 2019/12/16
- 44/57: bootstrap: Remove m4-mesboot., guix-commits, 2019/12/16
- 46/57: bootstrap: Add gawk-boot0., guix-commits, 2019/12/16
- 54/57: bootstrap: %bootstrap-tarballs: Remove %bootstrap-binaries-tarball., guix-commits, 2019/12/16