svn commit: r560506 - head/lang/gcc10-devel
Gerald Pfeifer
gerald at FreeBSD.org
Wed Jan 6 12:56:07 UTC 2021
Author: gerald
Date: Wed Jan 6 12:56:06 2021
New Revision: 560506
URL: https://svnweb.freebsd.org/changeset/ports/560506
Log:
Update to the 20210102 snapshot of GCC 10.2.1.
This brings two backports for the aarch64 backend and one for x86,
plus three for the Fortran front end.
Enable the new powerpcle architecture which this snapshot brings in
via upstream, per a submission by pkubaj at . [1]
This also should fix the build on aarch64 when clang is the bootstrap
compiler. [2]
PR: 251670 [1], 250932 [2]
Modified:
head/lang/gcc10-devel/Makefile
head/lang/gcc10-devel/distinfo
Modified: head/lang/gcc10-devel/Makefile
==============================================================================
--- head/lang/gcc10-devel/Makefile Wed Jan 6 12:45:02 2021 (r560505)
+++ head/lang/gcc10-devel/Makefile Wed Jan 6 12:56:06 2021 (r560506)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 10.2.1.s20201226
+PORTVERSION= 10.2.1.s20210102
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 10
LICENSE= GPLv3 GPLv3RLE
LICENSE_COMB= multi
-ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64
+ONLY_FOR_ARCHS= aarch64 amd64 arm armv6 armv7 i386 powerpc powerpc64 powerpc64le
LIB_DEPENDS= libgmp.so:math/gmp \
libmpfr.so:math/mpfr \
Modified: head/lang/gcc10-devel/distinfo
==============================================================================
--- head/lang/gcc10-devel/distinfo Wed Jan 6 12:45:02 2021 (r560505)
+++ head/lang/gcc10-devel/distinfo Wed Jan 6 12:56:06 2021 (r560506)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1609107322
-SHA256 (gcc-10-20201226.tar.xz) = e6343b83651b0e75e346f7a0fbfc683c5e15bad4df20aed4a5df722a5a7bc4b5
-SIZE (gcc-10-20201226.tar.xz) = 71498348
+TIMESTAMP = 1609635853
+SHA256 (gcc-10-20210102.tar.xz) = e1a92ac3376a01ac13a005df5fa361e1b56f3abd479a838a0ca33d35e527eeaa
+SIZE (gcc-10-20210102.tar.xz) = 71501336
More information about the svn-ports-all
mailing list