guix-commits
[Top][All Lists]
Advanced

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

56/70: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreu


From: guix-commits
Subject: 56/70: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co.
Date: Sun, 15 Dec 2019 08:36:49 -0500 (EST)

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

commit 642c0a87e35c349f55070e490113b6531b244a2e
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 ca6f6ce..b889adc 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2731,16 +2731,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]