Skip to content
Snippets Groups Projects
Commit 9306d350 authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

build: Build the bootstrap tarballs on Hydra.

* build-aux/hydra/gnu-system.scm (%packages-to-cross-build): Uncomment
  the bootstrap tarball packages.
parent a410a010
No related branches found
No related tags found
No related merge requests found
......@@ -79,12 +79,11 @@ (define (package-cross-job store job-name package target 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"))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment