diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-01-27 07:45:16 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-01-27 07:45:16 +0000 |
commit | 4fe107f7475a88fb259c0d657fe16cc5f3a791c2 (patch) | |
tree | a68ff3f1180e5f78b91bc55ce409109f8c7bb0b4 | |
parent | Fix build when JAVA is enabled. (diff) |
Update to the 20200125 snapshot of GCC 9.2.1.
This brings backports for fixes in the aarch64, i386, and rs6000 (alias
powerpc) backends, Fortran and OMP plus half a dozen C++ issues, and loop,
inter-process and some other optimizations issues. In other words, more
work largely done for a big distribution using GCC 9 as system compiler.
-rw-r--r-- | lang/gcc9-devel/Makefile | 2 | ||||
-rw-r--r-- | lang/gcc9-devel/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/gcc9-devel/Makefile b/lang/gcc9-devel/Makefile index 33c19bbd16d0..af37a09a7e48 100644 --- a/lang/gcc9-devel/Makefile +++ b/lang/gcc9-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gcc -PORTVERSION= 9.2.1.s20200118 +PORTVERSION= 9.2.1.s20200125 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc9-devel/distinfo b/lang/gcc9-devel/distinfo index 1f34cc85fa95..3f59c3b9ff4a 100644 --- a/lang/gcc9-devel/distinfo +++ b/lang/gcc9-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1579426093 -SHA256 (gcc-9-20200118.tar.xz) = 23e63cee0095f440eaa119bd147d860e1feb770c3dec0bcb9f1e38358164e197 -SIZE (gcc-9-20200118.tar.xz) = 68772308 +TIMESTAMP = 1580028522 +SHA256 (gcc-9-20200125.tar.xz) = 98f77bc5e862d5ee223589aa8f7b1301774533199e8a707b5ea73b09a2df1ab9 +SIZE (gcc-9-20200125.tar.xz) = 68773892 |