From 2ee5f56b4d0a5913632ae9a2075b9645e704f7e2 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Sat, 25 May 2013 00:03:28 +0200 Subject: build: `hydra.scm' cross-builds simpler packages. * hydra.scm (%packages-to-cross-build): Remove things from make-bootstrap for now. --- hydra.scm | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/hydra.scm b/hydra.scm index 9506cf0c94..213f3198f3 100644 --- a/hydra.scm +++ b/hydra.scm @@ -76,11 +76,12 @@ (define (package-cross-job store job-name package target system) (define %packages-to-cross-build (list gmp mpfr mpc coreutils findutils diffutils patch 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")) -- cgit v1.2.3