~ruther/guix-local

9306d350b2ab911cdebf82cf79c23df2c57b2a10 — Ludovic Courtès 12 years ago a410a01
build: Build the bootstrap tarballs on Hydra.

* build-aux/hydra/gnu-system.scm (%packages-to-cross-build): Uncomment
  the bootstrap tarball packages.
1 files changed, 5 insertions(+), 6 deletions(-)

M build-aux/hydra/gnu-system.scm
M build-aux/hydra/gnu-system.scm => build-aux/hydra/gnu-system.scm +5 -6
@@ 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"))