hydra: Remove GCC 4.7 from the core set, and add 4.9 and 5.1.
* build-aux/hydra/gnu-system.scm (%core-packages): Remove GCC-4.7. Add GCC-4.9 and GCC-5.1.
This commit is contained in:
parent
8e28d22c91
commit
a2ee6cbea2
|
@ -101,7 +101,7 @@ SYSTEM."
|
||||||
;; Note: Don't put the '-final' package variants because (1) that's
|
;; 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
|
;; implicit, and (2) they cannot be cross-built (due to the explicit input
|
||||||
;; chain.)
|
;; chain.)
|
||||||
(list gcc-4.8 gcc-4.7 glibc binutils
|
(list gcc-4.8 gcc-4.9 gcc-5.1 glibc binutils
|
||||||
gmp mpfr mpc coreutils findutils diffutils patch sed grep
|
gmp mpfr mpc coreutils findutils diffutils patch sed grep
|
||||||
gawk gnu-gettext hello guile-2.0 zlib gzip xz
|
gawk gnu-gettext hello guile-2.0 zlib gzip xz
|
||||||
%bootstrap-binaries-tarball
|
%bootstrap-binaries-tarball
|
||||||
|
|
Loading…
Reference in New Issue