build: `hydra.scm' cross-builds simpler packages.
* hydra.scm (%packages-to-cross-build): Remove things from make-bootstrap for now.
This commit is contained in:
parent
5dce82180b
commit
2ee5f56b4d
11
hydra.scm
11
hydra.scm
|
@ -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"))
|
||||
|
|
Loading…
Reference in New Issue