hydra: Build GCC and glibc, not their '-final' variant.

* build-aux/hydra/gnu-system.scm (%core-packages): Replace GCC-FINAL and
  GLIBC-FINAL with GCC and GLIBC.
master
Ludovic Courtès 2014-03-25 13:40:27 +01:00
parent 2ed6aa9e39
commit 707c8b2ca7
1 changed files with 4 additions and 1 deletions

View File

@ -87,7 +87,10 @@ SYSTEM."
(cut package-cross-derivation <> <> target <>))))
(define %core-packages
(list gcc-final glibc-final binutils
;; Note: Don't put the '-final' package variants because (1) that's
;; implicit, and (2) they cannot be cross-built (due to the explicit input
;; chain.)
(list gcc glibc binutils
gmp mpfr mpc coreutils findutils diffutils patch sed grep
gawk gnu-gettext hello guile-2.0 zlib gzip xz
%bootstrap-binaries-tarball