summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-06-25 23:45:34 +0200
committerLudovic Courtès <ludo@gnu.org>2013-06-25 23:45:34 +0200
commit9306d350b2ab911cdebf82cf79c23df2c57b2a10 (patch)
tree412f0355cc2bd7662a4f49253d9d5ca18ee22801 /build-aux
parenta410a0105d9517ccc0982b396588835899f6fc3f (diff)
downloadguix-patches-9306d350b2ab911cdebf82cf79c23df2c57b2a10.tar
guix-patches-9306d350b2ab911cdebf82cf79c23df2c57b2a10.tar.gz
build: Build the bootstrap tarballs on Hydra.
* build-aux/hydra/gnu-system.scm (%packages-to-cross-build): Uncomment the bootstrap tarball packages.
Diffstat (limited to 'build-aux')
-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"))