svn commit: r452090 - head/lang/gcc7-devel
Gerald Pfeifer
gerald at FreeBSD.org
Sat Oct 14 21:03:59 UTC 2017
Author: gerald
Date: Sat Oct 14 21:03:58 2017
New Revision: 452090
URL: https://svnweb.freebsd.org/changeset/ports/452090
Log:
Update to the 20171012 snapshot of GCC 7.2.1.
Enable this on armv7 as well, courtesy of andreast@ pushing support
upstream in time for this snapshot.
PR: 221905
Modified:
head/lang/gcc7-devel/Makefile
head/lang/gcc7-devel/distinfo
Modified: head/lang/gcc7-devel/Makefile
==============================================================================
--- head/lang/gcc7-devel/Makefile Sat Oct 14 20:51:48 2017 (r452089)
+++ head/lang/gcc7-devel/Makefile Sat Oct 14 21:03:58 2017 (r452090)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 7.2.1.s20171005
+PORTVERSION= 7.2.1.s20171012
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 7
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
-ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 i386 powerpc powerpc64 sparc64
+ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 sparc64
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
Modified: head/lang/gcc7-devel/distinfo
==============================================================================
--- head/lang/gcc7-devel/distinfo Sat Oct 14 20:51:48 2017 (r452089)
+++ head/lang/gcc7-devel/distinfo Sat Oct 14 21:03:58 2017 (r452090)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507656125
-SHA256 (gcc-7-20171005.tar.xz) = d9ced12b5e57c07b56fbd2d1407f9b10f93b500a9e5d61f4175aa98a517f9cd2
-SIZE (gcc-7-20171005.tar.xz) = 59125968
+TIMESTAMP = 1507873283
+SHA256 (gcc-7-20171012.tar.xz) = bd57361b38dcb070ab249f6c4d388dd11275ee38cf4da836235e34f76722135c
+SIZE (gcc-7-20171012.tar.xz) = 59129772
More information about the svn-ports-head
mailing list