summaryrefslogtreecommitdiff
path: root/gnu/packages/bootstrap.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/bootstrap.scm')
-rw-r--r--gnu/packages/bootstrap.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/bootstrap.scm b/gnu/packages/bootstrap.scm
index 01053fb3e19..5555098973c 100644
--- a/gnu/packages/bootstrap.scm
+++ b/gnu/packages/bootstrap.scm
@@ -1010,10 +1010,9 @@ exec ~a/bin/~a -B~a/lib \
1010 ;; These are bootstrap inputs that are cheap to produce (no compilation 1010 ;; These are bootstrap inputs that are cheap to produce (no compilation
1011 ;; needed) and that are meant to be used for testing. (These are those we 1011 ;; needed) and that are meant to be used for testing. (These are those we
1012 ;; used before the Mes-based full-source bootstrap.) 1012 ;; used before the Mes-based full-source bootstrap.)
1013 `(("libc" ,%bootstrap-glibc) 1013 (list %bootstrap-glibc
1014 ("gcc" ,%bootstrap-gcc) 1014 %bootstrap-gcc
1015 ("binutils" ,%bootstrap-binutils) 1015 %bootstrap-binutils
1016 ("coreutils&co" ,%bootstrap-coreutils&co) 1016 %bootstrap-coreutils&co))
1017 ("bash" ,%bootstrap-coreutils&co)))
1018 1017
1019;;; bootstrap.scm ends here 1018;;; bootstrap.scm ends here