svn commit: r559562 - head/lang/gcc11-devel
Gerald Pfeifer
gerald at FreeBSD.org
Tue Dec 29 11:10:38 UTC 2020
Author: gerald
Date: Tue Dec 29 11:10:37 2020
New Revision: 559562
URL: https://svnweb.freebsd.org/changeset/ports/559562
Log:
Update to the 20201227 snapshot of GCC 11.0.0.
This changes the processor defaults for 32- und 64-bit powerpc to
PPC7450 and POWER8, respectively, per a request by pkubaj@ that I
pushed upstream. [1]
Enable the new powerpcle architecture which this snapshot brings in
via upstream, per a submission by pkubaj at . [1]
The 20201227 snapshot was broken on FreeBSD (and presumably other
non-mainstream platforms), so we had to skip it.
PR: 251670 [1]
Modified:
head/lang/gcc11-devel/Makefile
head/lang/gcc11-devel/distinfo
Modified: head/lang/gcc11-devel/Makefile
==============================================================================
--- head/lang/gcc11-devel/Makefile Tue Dec 29 11:01:20 2020 (r559561)
+++ head/lang/gcc11-devel/Makefile Tue Dec 29 11:10:37 2020 (r559562)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gcc
-PORTVERSION= 11.0.0.s20201213
+PORTVERSION= 11.0.0.s20201227
CATEGORIES= lang
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
PKGNAMESUFFIX= ${SUFFIX}-devel
@@ -14,7 +14,7 @@ COMMENT= GNU Compiler Collection 11
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/gcc11-devel/distinfo
==============================================================================
--- head/lang/gcc11-devel/distinfo Tue Dec 29 11:01:20 2020 (r559561)
+++ head/lang/gcc11-devel/distinfo Tue Dec 29 11:10:37 2020 (r559562)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1607938173
-SHA256 (gcc-11-20201213.tar.xz) = 627413126ed87cde2ee59f266eef93fd9dd228973bd0009bea3c64c5047af7c8
-SIZE (gcc-11-20201213.tar.xz) = 73219432
+TIMESTAMP = 1609113751
+SHA256 (gcc-11-20201227.tar.xz) = 08085c0e17e500d02cfc73178a62e4a950f4dddc31a87f077a309f465603f9e2
+SIZE (gcc-11-20201227.tar.xz) = 74647840
More information about the svn-ports-all
mailing list