~ruther/guix-local

58ab9f9b8e80f9f0eb1e1e1c2e41e97533b65371 — Ludovic Courtès 12 years ago beda99e
build: Add "mips64el-linux-gnuabi64" as a cross build target.

* build-aux/hydra/gnu-system.scm (%packages-to-cross-build): Add
  %bootstrap-tarballs.
  (%cross-targets): Add "mips64el-linux-gnuabi64".
1 files changed, 4 insertions(+), 2 deletions(-)

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