summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-07-19 21:11:56 -0400
committerMark H Weaver <mhw@netris.org>2015-07-19 23:20:39 -0400
commit629f4d2e6e04ce831a5b2c066d7a4d2d3281d3a7 (patch)
tree7b013c977eff48ae45fa0a2e6d912bfc1b0dbed9
parente170571887dc072edae8b197527921c47743c62c (diff)
gnu: gcc-5.1, gcc-toolchain-5.1, libstdc++-doc-5.1: Rename to *-5.
This reflects the new version numbering scheme for GCC 5 and up. See <https://gcc.gnu.org/develop.html>. * gnu/packages/gcc.scm (gcc-5.1): Rename to ... (gcc-5): ... this. (libstdc++-doc-5.1): Rename to ... (libstdc++-doc-5): ... this, and use gcc-5. * gnu/packages/commencement.scm (gcc-toolchain-5.1): Rename to ... (gcc-toolchain-5): ... this, and use gcc-5. * build-aux/hydra/gnu-system.scm (%core-packages): Use gcc-5.
-rw-r--r--build-aux/hydra/gnu-system.scm2
-rw-r--r--gnu/packages/commencement.scm4
-rw-r--r--gnu/packages/gcc.scm6
3 files changed, 6 insertions, 6 deletions
diff --git a/build-aux/hydra/gnu-system.scm b/build-aux/hydra/gnu-system.scm
index 556dd7ac2ea..b537aa7b1dc 100644
--- a/build-aux/hydra/gnu-system.scm
+++ b/build-aux/hydra/gnu-system.scm
@@ -101,7 +101,7 @@ SYSTEM."
101 ;; Note: Don't put the '-final' package variants because (1) that's 101 ;; Note: Don't put the '-final' package variants because (1) that's
102 ;; implicit, and (2) they cannot be cross-built (due to the explicit input 102 ;; implicit, and (2) they cannot be cross-built (due to the explicit input
103 ;; chain.) 103 ;; chain.)
104 (list gcc-4.8 gcc-4.9 gcc-5.1 glibc binutils 104 (list gcc-4.8 gcc-4.9 gcc-5 glibc binutils
105 gmp mpfr mpc coreutils findutils diffutils patch sed grep 105 gmp mpfr mpc coreutils findutils diffutils patch sed grep
106 gawk gnu-gettext hello guile-2.0 zlib gzip xz 106 gawk gnu-gettext hello guile-2.0 zlib gzip xz
107 %bootstrap-binaries-tarball 107 %bootstrap-binaries-tarball
diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm
index d3f239f5f73..74c3f304af3 100644
--- a/gnu/packages/commencement.scm
+++ b/gnu/packages/commencement.scm
@@ -830,7 +830,7 @@ and binaries, plus debugging symbols in the 'debug' output), and Binutils.")
830(define-public gcc-toolchain-4.9 830(define-public gcc-toolchain-4.9
831 (gcc-toolchain gcc-4.9)) 831 (gcc-toolchain gcc-4.9))
832 832
833(define-public gcc-toolchain-5.1 833(define-public gcc-toolchain-5
834 (gcc-toolchain gcc-5.1)) 834 (gcc-toolchain gcc-5))
835 835
836;;; commencement.scm ends here 836;;; commencement.scm ends here
diff --git a/gnu/packages/gcc.scm b/gnu/packages/gcc.scm
index d0a92786ffb..6d6101b0fe8 100644
--- a/gnu/packages/gcc.scm
+++ b/gnu/packages/gcc.scm
@@ -331,7 +331,7 @@ Go. It also includes runtime support libraries for these languages.")
331 "0zmnm00d2a1hsd41g34bhvxzvxisa2l584q3p447bd91lfjv4ci3")) 331 "0zmnm00d2a1hsd41g34bhvxzvxisa2l584q3p447bd91lfjv4ci3"))
332 (patches (list (search-patch "gcc-libvtv-runpath.patch"))))))) 332 (patches (list (search-patch "gcc-libvtv-runpath.patch")))))))
333 333
334(define-public gcc-5.1 334(define-public gcc-5
335 (package (inherit gcc-4.9) 335 (package (inherit gcc-4.9)
336 (version "5.1.0") 336 (version "5.1.0")
337 (source (origin 337 (source (origin
@@ -604,8 +604,8 @@ using compilers other than GCC."
604(define-public libstdc++-doc-4.9 604(define-public libstdc++-doc-4.9
605 (make-libstdc++-doc gcc-4.9)) 605 (make-libstdc++-doc gcc-4.9))
606 606
607(define-public libstdc++-doc-5.1 607(define-public libstdc++-doc-5
608 (make-libstdc++-doc gcc-5.1)) 608 (make-libstdc++-doc gcc-5))
609 609
610(define-public isl 610(define-public isl
611 (package 611 (package