diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-01-06 20:56:06 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-01-06 20:56:06 +0800 |
commit | 09ac134492dcd7cb1bc88dbe32cdc01d7a7dcab6 (patch) | |
tree | 1c06b905edf518d5ec712a001466e5df2f18030e /lang/gcc10-devel | |
parent | 3de5ed2184e49e7a6be19a6fb7f925aa9d7b52a3 (diff) | |
download | freebsd-ports-gnome-09ac134492dcd7cb1bc88dbe32cdc01d7a7dcab6.tar.gz freebsd-ports-gnome-09ac134492dcd7cb1bc88dbe32cdc01d7a7dcab6.tar.zst freebsd-ports-gnome-09ac134492dcd7cb1bc88dbe32cdc01d7a7dcab6.zip |
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@. [1]
This also should fix the build on aarch64 when clang is the bootstrap
compiler. [2]
PR: 251670 [1], 250932 [2]
Diffstat (limited to 'lang/gcc10-devel')
-rw-r--r-- | lang/gcc10-devel/Makefile | 4 | ||||
-rw-r--r-- | lang/gcc10-devel/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/gcc10-devel/Makefile b/lang/gcc10-devel/Makefile index fd94b33e13bf..027e596a4ce8 100644 --- a/lang/gcc10-devel/Makefile +++ b/lang/gcc10-devel/Makefile @@ -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 \ diff --git a/lang/gcc10-devel/distinfo b/lang/gcc10-devel/distinfo index 280c97736930..7a880be1cacf 100644 --- a/lang/gcc10-devel/distinfo +++ b/lang/gcc10-devel/distinfo @@ -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 |