Update to the 20200425 snapshot of GCC 9.3.1.
This brings one fix for the tree optimizers, three for gcov, four for x86 and hree for aarch64, plus two for the Fortran and C++ front ends each, and some ten for the C++ run-time library. Essentially forward port r533204 | gerald | 2020-04-27 from lang/gcc9 Improve upon revision 532950 by passing GCC optimization options via MAKE_ARGS instead of trying to do this via the environment ... which obviates the use of GCC 8 for powerpc*. [1] PR: 245511 [1]
This commit is contained in:
parent
175851fa89
commit
8e468cf9a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=533472
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gcc
|
||||
PORTVERSION= 9.3.1.s20200418
|
||||
PORTVERSION= 9.3.1.s20200425
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= GCC/snapshots/${DIST_VERSION}
|
||||
PKGNAMESUFFIX= ${SUFFIX}-devel
|
||||
|
@ -73,7 +73,7 @@ CONFIGURE_ENV+= UNAME_m="powerpc64"
|
|||
. if defined(PPC_ABI) && ${PPC_ABI} == ELFv2
|
||||
CONFIGURE_ARGS+= --with-abi=elfv2
|
||||
. else
|
||||
USE_GCC= 8
|
||||
MAKE_ARGS+= CFLAGS_FOR_TARGET="-O0" CXXFLAGS_FOR_TARGET="-O0" BOOT_CFLAGS="-O0"
|
||||
. endif
|
||||
.endif
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1587285741
|
||||
SHA256 (gcc-9-20200418.tar.xz) = 0ab209ee0f48b12a0395444d7dfba224e976c065bf2ed821e3b7933f38e475db
|
||||
SIZE (gcc-9-20200418.tar.xz) = 67510368
|
||||
TIMESTAMP = 1588022331
|
||||
SHA256 (gcc-9-20200425.tar.xz) = db8077ac272f35c3561575f5e7efe40fd23cb47bb6b58d728bfe7e64ac7df09a
|
||||
SIZE (gcc-9-20200425.tar.xz) = 67518652
|
||||
|
|
Loading…
Reference in a new issue