svn commit: r533472 - head/lang/gcc9-devel

Gerald Pfeifer gerald at FreeBSD.org
Thu Apr 30 19:48:07 UTC 2020


Author: gerald
Date: Thu Apr 30 19:48:06 2020
New Revision: 533472
URL: https://svnweb.freebsd.org/changeset/ports/533472

Log:
  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]

Modified:
  head/lang/gcc9-devel/Makefile
  head/lang/gcc9-devel/distinfo

Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Thu Apr 30 19:33:38 2020	(r533471)
+++ head/lang/gcc9-devel/Makefile	Thu Apr 30 19:48:06 2020	(r533472)
@@ -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
 

Modified: head/lang/gcc9-devel/distinfo
==============================================================================
--- head/lang/gcc9-devel/distinfo	Thu Apr 30 19:33:38 2020	(r533471)
+++ head/lang/gcc9-devel/distinfo	Thu Apr 30 19:48:06 2020	(r533472)
@@ -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


More information about the svn-ports-all mailing list