build: Build the bootstrap tarballs on Hydra.
* build-aux/hydra/gnu-system.scm (%packages-to-cross-build): Uncomment the bootstrap tarball packages.
This commit is contained in:
parent
a410a0105d
commit
9306d350b2
|
@ -79,12 +79,11 @@ SYSTEM."
|
||||||
(define %packages-to-cross-build
|
(define %packages-to-cross-build
|
||||||
(list gmp mpfr mpc coreutils findutils diffutils patch sed grep
|
(list gmp mpfr mpc coreutils findutils diffutils patch sed grep
|
||||||
gawk gettext hello guile-2.0
|
gawk gettext hello guile-2.0
|
||||||
;; %bootstrap-binaries-tarball
|
%bootstrap-binaries-tarball
|
||||||
;; %binutils-bootstrap-tarball
|
%binutils-bootstrap-tarball
|
||||||
;; %glibc-bootstrap-tarball
|
%glibc-bootstrap-tarball
|
||||||
;; %gcc-bootstrap-tarball
|
%gcc-bootstrap-tarball
|
||||||
;; %guile-bootstrap-tarball
|
%guile-bootstrap-tarball))
|
||||||
))
|
|
||||||
|
|
||||||
(define %cross-targets
|
(define %cross-targets
|
||||||
'("mips64el-linux-gnu"))
|
'("mips64el-linux-gnu"))
|
||||||
|
|
Loading…
Reference in New Issue