guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

43/58: gnu: commencement: %bootstrap-inputs+toolchain: Use Gash instead


From: guix-commits
Subject: 43/58: gnu: commencement: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co.
Date: Thu, 6 Feb 2020 17:52:23 -0500 (EST)

janneke pushed a commit to branch wip-bootstrap
in repository guix.

commit 0676e59d191fb374fec3dd97cae52089c64d29b4
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))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]