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@. [1] The 20201227 snapshot was broken on FreeBSD (and presumably other non-mainstream platforms), so we had to skip it. PR: 251670 [1]
This commit is contained in:
parent
e277c6e8dc
commit
0bd79d1340
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559562
2 changed files with 5 additions and 5 deletions
|
@ -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 \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue