summaryrefslogtreecommitdiff
path: root/lang/gcc5
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2015-07-25 03:46:02 +0000
committerryoon <ryoon@pkgsrc.org>2015-07-25 03:46:02 +0000
commit49ba5a6bc4f71779538813d6d9a940c0e4c73fbb (patch)
tree555ae8a797818b152cbd140bf0176c7bba4b83c0 /lang/gcc5
parentb63121b70eee8977a39f9e1d82f4a52aafabc4fd (diff)
downloadpkgsrc-49ba5a6bc4f71779538813d6d9a940c0e4c73fbb.tar.gz
Update to 5.2.0
Changelog: GCC 5.2 This is the [42]list of problem reports (PRs) from GCC's bug tracking system that are known to be fixed in the 5.2 release. This list might not be complete (that is, it is possible that some PRs that have been fixed are not listed here). Target Specific Changes IA-32/x86-64 * Support for new AMD instructions monitorx and mwaitx has been added. This includes new intrinsic and built-in support. It is enabled through option -mmwaitx. The instructions monitorx and mwaitx implement the same functionality as the old monitor and mwait instructions. In addition mwaitx adds a configurable timer. The timer value is received as third argument and stored in register %ebx. For questions related to the use of GCC, please consult these web pages and the [43]GCC manuals. If that fails, the [44]gcc-help@gcc.gnu.org mailing list might help. Comments on these web pages and the development of GCC are welcome on our developer list at [45]gcc@gcc.gnu.org. All of [46]our lists have public archives. Copyright (C) [47]Free Software Foundation, Inc. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. These pages are [48]maintained by the GCC team. Last modified 2015-07-16[49]. References 42. https://gcc.gnu.org/bugzilla/buglist.cgi?bug_status=RESOLVED&resolution=FIXED&target_milestone=5.2.0 43. https://gcc.gnu.org/onlinedocs/ 44. mailto:gcc-help@gcc.gnu.org 45. mailto:gcc@gcc.gnu.org 46. https://gcc.gnu.org/lists.html 47. http://www.fsf.org/ 48. https://gcc.gnu.org/about.html 49. http://validator.w3.org/check/referer
Diffstat (limited to 'lang/gcc5')
-rw-r--r--lang/gcc5/Makefile5
-rw-r--r--lang/gcc5/distinfo8
-rw-r--r--lang/gcc5/version.mk4
3 files changed, 8 insertions, 9 deletions
diff --git a/lang/gcc5/Makefile b/lang/gcc5/Makefile
index 43af0bac10e..60f8b6a63f1 100644
--- a/lang/gcc5/Makefile
+++ b/lang/gcc5/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/07/16 12:03:36 ryoon Exp $
+# $NetBSD: Makefile,v 1.2 2015/07/25 03:46:02 ryoon Exp $
GCC_PKGNAME= gcc5
.include "version.mk"
@@ -10,8 +10,7 @@ PKGNAME= ${GCC_PKGNAME}-${GCC5_DIST_VERSION}
## PKGREVISION of this package!
#PKGREVISION= 1
CATEGORIES= lang
-MASTER_SITES= ${MASTER_SITE_GNU:=gcc/snapshots/${GCC5-DIST_VERSION}/}
-MASTER_SITES+= ftp://ftp.fu-berlin.de/unix/languages/gcc/snapshots/${GCC5_DIST_VERSION}/
+MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC5_DIST_VERSION}/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= ryoon@NetBSD.org
diff --git a/lang/gcc5/distinfo b/lang/gcc5/distinfo
index 93fcd273172..1b1b31d6fdb 100644
--- a/lang/gcc5/distinfo
+++ b/lang/gcc5/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.1 2015/07/16 12:03:36 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2015/07/25 03:46:02 ryoon Exp $
-SHA1 (gcc-5.1.0.tar.bz2) = b6c947b09adf780fe02065d0c48bfd7b4bdddfa3
-RMD160 (gcc-5.1.0.tar.bz2) = 17a9623f384ce10415a603042e0592c9b4956078
-Size (gcc-5.1.0.tar.bz2) = 94954411 bytes
+SHA1 (gcc-5.2.0.tar.bz2) = fe3f5390949d47054b613edc36c557eb1d51c18e
+RMD160 (gcc-5.2.0.tar.bz2) = eaedd62e7a738f6bdc0e97a0c40fbbd75d35925b
+Size (gcc-5.2.0.tar.bz2) = 95221552 bytes
SHA1 (isl-0.14.tar.bz2) = b09e25df265c97ed54002cd811d227a9a26c5f9c
RMD160 (isl-0.14.tar.bz2) = 4c69d026b51561bc1948cb7db79331b78a9d2c39
Size (isl-0.14.tar.bz2) = 1399896 bytes
diff --git a/lang/gcc5/version.mk b/lang/gcc5/version.mk
index 4337c31c6d7..775410f5507 100644
--- a/lang/gcc5/version.mk
+++ b/lang/gcc5/version.mk
@@ -1,2 +1,2 @@
-# $NetBSD: version.mk,v 1.1 2015/07/16 12:03:36 ryoon Exp $
-GCC5_DIST_VERSION:=5.1.0
+# $NetBSD: version.mk,v 1.2 2015/07/25 03:46:02 ryoon Exp $
+GCC5_DIST_VERSION:=5.2.0