guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: hydra: Remove GCC 4.7 from the core set, and add 4.9 and 5.1.


From: Ludovic Courtès
Subject: 01/01: hydra: Remove GCC 4.7 from the core set, and add 4.9 and 5.1.
Date: Tue, 16 Jun 2015 13:42:01 +0000

civodul pushed a commit to branch core-updates
in repository guix.

commit a2ee6cbea281ac20fefe948459b85c26010ea578
Author: Ludovic Courtès <address@hidden>
Date:   Tue Jun 16 15:41:17 2015 +0200

    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.
---
 build-aux/hydra/gnu-system.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index 83cc6fb..556dd7a 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -101,7 +101,7 @@ SYSTEM."
   ;; 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-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
         gawk gnu-gettext hello guile-2.0 zlib gzip xz
         %bootstrap-binaries-tarball



reply via email to

[Prev in Thread] Current Thread [Next in Thread]