guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 58/70: bootstrap: %bootstrap-inputs+toolchain: Use Gash instead of coreutils&co.
Date: Wed, 11 Dec 2019 13:03:27 -0500 (EST)

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

commit febdf461602b6be56923504f5d9d7f44386b8ea6
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 1b28d65..1af4873 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -2727,16 +2727,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]