svn commit: r552389 - head/lang/gcc7

Gerald Pfeifer gerald at FreeBSD.org
Thu Oct 15 07:22:48 UTC 2020


Author: gerald
Date: Thu Oct 15 07:22:47 2020
New Revision: 552389
URL: https://svnweb.freebsd.org/changeset/ports/552389

Log:
  Remove the GRAPHITE options (which we never enabled by default).
  Using an experimental feature in a version that's already been
  end of life for a year does not make much sense.

Modified:
  head/lang/gcc7/Makefile

Modified: head/lang/gcc7/Makefile
==============================================================================
--- head/lang/gcc7/Makefile	Thu Oct 15 07:02:02 2020	(r552388)
+++ head/lang/gcc7/Makefile	Thu Oct 15 07:22:47 2020	(r552389)
@@ -37,10 +37,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
 
 .include <bsd.port.pre.mk>
 
@@ -94,11 +93,6 @@ INFO+=		gcc${SUFFIX}/libquadmath \
 		gcc${SUFFIX}/libitm
 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-head mailing list