svn commit: r553147 - head/lang/gcc8-devel

Gerald Pfeifer gerald at FreeBSD.org
Fri Oct 23 21:28:01 UTC 2020


Author: gerald
Date: Fri Oct 23 21:27:59 2020
New Revision: 553147
URL: https://svnweb.freebsd.org/changeset/ports/553147

Log:
  Forward port r552389 | gerald | 2020-10-15 from lang/gcc7:
  
    Remove the GRAPHITE options (which we never enabled by default).
  
  GCC 8 is towards the end of its lifecyclex and this is a more
  experimental feature, so better left to actively developed versions.

Modified:
  head/lang/gcc8-devel/Makefile

Modified: head/lang/gcc8-devel/Makefile
==============================================================================
--- head/lang/gcc8-devel/Makefile	Fri Oct 23 21:22:23 2020	(r553146)
+++ head/lang/gcc8-devel/Makefile	Fri Oct 23 21:27:59 2020	(r553147)
@@ -45,10 +45,9 @@ SSP_UNSAFE=	yes
 CFLAGS:=	${CFLAGS:N-mretpoline}
 CXXFLAGS:=	${CXXFLAGS:N-mretpoline}
 
-OPTIONS_DEFINE=		BOOTSTRAP GRAPHITE
+OPTIONS_DEFINE=		BOOTSTRAP
 OPTIONS_DEFAULT=	BOOTSTRAP
 BOOTSTRAP_DESC=		Build using a full bootstrap
-GRAPHITE_DESC=		Support for Graphite loop optimizations
 
 .if exists(/usr/lib32/libc.so)
 OPTIONS_DEFINE_amd64+=		MULTILIB
@@ -124,11 +123,6 @@ INFO+=		gcc${SUFFIX}/libquadmath \
 .endif
 SUB_FILES=	pkg-message
 SUB_LIST+=	TARGLIB=${TARGLIB}
-
-.if ${PORT_OPTIONS:MGRAPHITE}
-LIB_DEPENDS+=	libisl.so:devel/isl
-CONFIGURE_ARGS+=--with-isl=${LOCALBASE}
-.endif
 
 CONFIGURE_ARGS+=--enable-languages=${LANGUAGES}
 


More information about the svn-ports-all mailing list