diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-04-15 05:19:16 +0800 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2021-04-15 15:01:01 +0800 |
commit | d22caf54eec354c87e4cd34dcd88f3fc300f2fe2 (patch) | |
tree | 7ceddcd00192ea70e11dfb48d0fbea3d7ba621c4 /lang/gcc10-devel | |
parent | c3c4c733fd772066ac3aacb36548574acda6f086 (diff) | |
download | freebsd-ports-gnome-d22caf54eec354c87e4cd34dcd88f3fc300f2fe2.tar.gz freebsd-ports-gnome-d22caf54eec354c87e4cd34dcd88f3fc300f2fe2.tar.zst freebsd-ports-gnome-d22caf54eec354c87e4cd34dcd88f3fc300f2fe2.zip |
lang/gcc10-devel: Update to the 20210403 snapshot of GCC 10.2.1
This brings five back ports for the tree optimizers, one each for
inter procedural analysis and lower level optimizers (RTL), and
two around debugging information.
As far as back ends go, one for arm, two for aarch64, and eight
for x86.
And one for the C front end, two for Fortran, twelve for the C++
front end and literally dozens for libstdc++, the C++ library.
Diffstat (limited to 'lang/gcc10-devel')
-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 17f61eff38f6..6705d1e2c289 100644 --- a/lang/gcc10-devel/Makefile +++ b/lang/gcc10-devel/Makefile @@ -1,7 +1,7 @@ # Created by: Gerald Pfeifer <gerald@FreeBSD.org> PORTNAME= gcc -PORTVERSION= 10.2.1.s20210327 +PORTVERSION= 10.2.1.s20210403 CATEGORIES= lang MASTER_SITES= GCC/snapshots/${DIST_VERSION} PKGNAMESUFFIX= ${SUFFIX}-devel diff --git a/lang/gcc10-devel/distinfo b/lang/gcc10-devel/distinfo index b7c2b1af36c5..92e6bdd1245f 100644 --- a/lang/gcc10-devel/distinfo +++ b/lang/gcc10-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1617090049 -SHA256 (gcc-10-20210327.tar.xz) = ff416fa231fd92774f93ee3b204b38306a2430cce1764080d8a3a1f1d8a43c94 -SIZE (gcc-10-20210327.tar.xz) = 71569716 +TIMESTAMP = 1618381368 +SHA256 (gcc-10-20210403.tar.xz) = 98c83b8ea2ff2ca2f288a170c25c6b6d3cce35552b55dfc47935d940623c0398 +SIZE (gcc-10-20210403.tar.xz) = 71591728 |