[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/63: gnu: commencement: %bootstrap-inputs+toolchain: Use Gash instead
From: |
guix-commits |
Subject: |
43/63: gnu: commencement: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co. |
Date: |
Thu, 13 Feb 2020 10:11:26 -0500 (EST) |
janneke pushed a commit to branch wip-bootstrap
in repository guix.
commit c0dafca832cc64a7abb71f7f6787413631a92ac9
Author: Jan Nieuwenhuizen <address@hidden>
AuthorDate: Fri Nov 22 22:39:14 2019 +0100
gnu: commencement: %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 2321db5..b225baf 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2635,16 +2635,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))))
- 14/63: gnu: commencement: diffutils-mesboot: Use Gash instead of coretutils&co., (continued)
- 14/63: gnu: commencement: diffutils-mesboot: Use Gash instead of coretutils&co., guix-commits, 2020/02/13
- 17/63: gnu: commencement: binutils-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/13
- 13/63: gnu: commencement: tcc-boot: Use Gash instead of coretutils&co., guix-commits, 2020/02/13
- 18/63: gnu: commencement: gcc-core-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/13
- 20/63: gnu: commencement: mesboot-headers: Use Gash instead of coretutils&co., guix-commits, 2020/02/13
- 25/63: gnu: commencement: Add binutils-mesboot1., guix-commits, 2020/02/13
- 26/63: gnu: commencement: Add coreutils-mesboot0., guix-commits, 2020/02/13
- 32/63: gnu: commencement: Add gcc-mesboot1: Use Gash instead of coreutils&co., guix-commits, 2020/02/13
- 36/63: gnu: commencement: glibc-headers-mesboot: Use Gash instead of coreutils&co., guix-commits, 2020/02/13
- 41/63: gnu: commencement: Add coreutils-mesboot., guix-commits, 2020/02/13
- 43/63: gnu: commencement: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co.,
guix-commits <=
- 45/63: gnu: commencement: Add sed-boot0., guix-commits, 2020/02/13
- 22/63: gnu: commencement: gcc-mesboot0: Use Gash instead of coretutils&co., guix-commits, 2020/02/13
- 33/63: gnu: commencement: Add xz-mesboot., guix-commits, 2020/02/13
- 27/63: gnu: commencement: Add make-mesboot., guix-commits, 2020/02/13
- 31/63: gnu: commencement: Add bash-mesboot., guix-commits, 2020/02/13
- 50/63: gnu: commencement: coreutils-final: Inherit from coreutils-minimal., guix-commits, 2020/02/13
- 11/63: gnu: commencement: Add bzip2-mesboot., guix-commits, 2020/02/13
- 04/63: gnu: commencement: Add gash-boot., guix-commits, 2020/02/13
- 06/63: gnu: commencement: Add %bootstrap-mes-rewired., guix-commits, 2020/02/13
- 19/63: gnu: commencement: Add gawk-mesboot0., guix-commits, 2020/02/13