Update to the 20171105 snapshot of GCC 8. This addresses a real-world
issue around threading and unwinding that andreast@ has fixed upstream (cf. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82635 ).
This commit is contained in:
parent
913627da6c
commit
41824db9a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454004
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 8.0.0.s20171029
|
||||
PORTVERSION= 8.0.0.s20171105
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1509465901
|
||||
SHA256 (gcc-8-20171029.tar.xz) = 77d7b00d24911bfc7b6f15a19191a8d7341844fd8abbbb0ba1187ce34e4b832a
|
||||
SIZE (gcc-8-20171029.tar.xz) = 60385660
|
||||
TIMESTAMP = 1510259306
|
||||
SHA256 (gcc-8-20171105.tar.xz) = b7ca74bf2b4effd6bda87edf63d7bca2c7bfcdb598c5164e95847addfc3a431e
|
||||
SIZE (gcc-8-20171105.tar.xz) = 60425568
|
||||
|
|
Loading…
Reference in a new issue