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

Gerald Pfeifer gerald at FreeBSD.org
Tue Jul 30 07:27:42 UTC 2019


Author: gerald
Date: Tue Jul 30 07:27:41 2019
New Revision: 507628
URL: https://svnweb.freebsd.org/changeset/ports/507628

Log:
  Forward port r507388 | gerald | 2019-07-27 from lang/gcc9:
  
  Explicitly depend on GCC 8 (instead of USE_GCC=yes) for powerpc64 to
  avoid a dependency loop now that GCC_DEFAULT defaults to GCC 9.
  
  PR:		238330
  Reported by:	pkubaj

Modified:
  head/lang/gcc9-devel/Makefile

Modified: head/lang/gcc9-devel/Makefile
==============================================================================
--- head/lang/gcc9-devel/Makefile	Tue Jul 30 06:47:16 2019	(r507627)
+++ head/lang/gcc9-devel/Makefile	Tue Jul 30 07:27:41 2019	(r507628)
@@ -69,7 +69,7 @@ CONFIGURE_TARGET=	x86_64-portbld-${OPSYS:tl}${OSREL}
 
 .elif ${ARCH} == powerpc64
 CONFIGURE_ENV+=	UNAME_m="powerpc64"
-USE_GCC=	yes
+USE_GCC=	8
 .endif
 
 LANGUAGES:=	c,c++,objc,fortran


More information about the svn-ports-head mailing list