diff options
-rw-r--r-- | build-aux/hydra/gnu-system.scm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm index 2fffe25009..de3cd1154b 100644 --- a/build-aux/hydra/gnu-system.scm +++ b/build-aux/hydra/gnu-system.scm @@ -83,10 +83,12 @@ SYSTEM." %binutils-bootstrap-tarball %glibc-bootstrap-tarball %gcc-bootstrap-tarball - %guile-bootstrap-tarball)) + %guile-bootstrap-tarball + %bootstrap-tarballs)) (define %cross-targets - '("mips64el-linux-gnu")) + '("mips64el-linux-gnu" + "mips64el-linux-gnuabi64")) (define (hydra-jobs store arguments) "Return Hydra jobs." |