diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-05-25 00:03:28 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-25 00:03:28 +0200 |
commit | 2ee5f56b4d0a5913632ae9a2075b9645e704f7e2 (patch) | |
tree | 4c863ef5748afb26d48edd9afa0a4f53bc52dad1 /hydra.scm | |
parent | 5dce82180bf59b39184226830b74f33080fe00f3 (diff) |
build: `hydra.scm' cross-builds simpler packages.
* hydra.scm (%packages-to-cross-build): Remove things from
make-bootstrap for now.
Diffstat (limited to 'hydra.scm')
-rw-r--r-- | hydra.scm | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -76,11 +76,12 @@ 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")) |