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.
This commit is contained in:
parent
c3c4c733fd
commit
d22caf54ee
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue