From ca2967a69b4896e888f91c7bfd62c31b231a1f48 Mon Sep 17 00:00:00 2001 From: Gerald Pfeifer Date: Thu, 15 Oct 2020 07:22:47 +0000 Subject: [PATCH] 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. --- lang/gcc7/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/lang/gcc7/Makefile b/lang/gcc7/Makefile index 7c4fcbee3634..1b4b2c0cb1a7 100644 --- a/lang/gcc7/Makefile +++ b/lang/gcc7/Makefile @@ -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 @@ -95,11 +94,6 @@ INFO+= gcc${SUFFIX}/libquadmath \ 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} pre-everything::