summaryrefslogtreecommitdiff
path: root/build-aux/hydra/gnu-system.scm
diff options
context:
space:
mode:
Diffstat (limited to 'build-aux/hydra/gnu-system.scm')
-rw-r--r--build-aux/hydra/gnu-system.scm11
1 files changed, 5 insertions, 6 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index f03c201223..2fffe25009 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -79,12 +79,11 @@ SYSTEM."
(define %packages-to-cross-build
(list gmp mpfr mpc coreutils findutils diffutils patch sed grep
gawk gettext hello guile-2.0
- ;; %bootstrap-binaries-tarball
- ;; %binutils-bootstrap-tarball
- ;; %glibc-bootstrap-tarball
- ;; %gcc-bootstrap-tarball
- ;; %guile-bootstrap-tarball
- ))
+ %bootstrap-binaries-tarball
+ %binutils-bootstrap-tarball
+ %glibc-bootstrap-tarball
+ %gcc-bootstrap-tarball
+ %guile-bootstrap-tarball))
(define %cross-targets
'("mips64el-linux-gnu"))