diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index f03c201223b69f2a073360becf9dbee165a3c8e3..2fffe250098342493c5b92919489b826b17d02bc 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -79,12 +79,11 @@ (define (package-cross-job store job-name package target 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"))