diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-08-28 02:27:34 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-08-28 02:27:34 +0800 |
commit | 46a7b107dfcf7b5b20d78ddf9a4ad7d1b7f63d04 (patch) | |
tree | 80e08ec273e04b7cb278d7415ffd5c4b8512995c /lang | |
parent | c82a47021901c0c0d15e14145c39e5d3840bc81a (diff) | |
download | freebsd-ports-gnome-46a7b107dfcf7b5b20d78ddf9a4ad7d1b7f63d04.tar.gz freebsd-ports-gnome-46a7b107dfcf7b5b20d78ddf9a4ad7d1b7f63d04.tar.zst freebsd-ports-gnome-46a7b107dfcf7b5b20d78ddf9a4ad7d1b7f63d04.zip |
Update to the 20200822 snapshot of GCC 10.2.1.
This brings one fix for interprocedural optimization, one for the arm
and two for the powerpc and x86 back ends, and some for C++/libstdc++.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc10-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc10-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc10-devel/Makefile b/lang/gcc10-devel/Makefile index c39087710aba..dd9e4bdb0b07 100644 --- a/lang/gcc10-devel/Makefile +++ b/lang/gcc10-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 10.2.1.s20200815 +PORTVERSION= 10.2.1.s20200822 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc10-devel/distinfo b/lang/gcc10-devel/distinfo index c1a5e8bb6bc9..a2768aa3635b 100644 --- a/lang/gcc10-devel/distinfo +++ b/lang/gcc10-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1597590296 -SHA256 (gcc-10-20200815.tar.xz) = 38e6488bd93afbf20b21fb4f5ac6fb2775030500f09c0f4974a7acb9779c9653 -SIZE (gcc-10-20200815.tar.xz) = 71406608 +TIMESTAMP = 1598166761 +SHA256 (gcc-10-20200822.tar.xz) = 7f78542b23e194b88d37ee1be33c06b8b8c2e27a60a21b434fc8b6b125619d5d +SIZE (gcc-10-20200822.tar.xz) = 71412332 |