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.
This commit is contained in:
Gerald Pfeifer 2020-10-15 07:22:47 +00:00
parent fe0aa55ecb
commit ca2967a69b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=552389

View file

@ -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>
@ -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::