summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/gcc9/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gcc9/Makefile b/lang/gcc9/Makefile
index 86e1dac58aa5..746387468997 100644
--- a/lang/gcc9/Makefile
+++ b/lang/gcc9/Makefile
@@ -39,8 +39,8 @@ SSP_UNSAFE= yes
CFLAGS:= ${CFLAGS:N-mretpoline}
CXXFLAGS:= ${CXXFLAGS:N-mretpoline}
-OPTIONS_DEFINE= BOOTSTRAP GRAPHITE PLUGINS
-OPTIONS_DEFAULT= BOOTSTRAP PLUGINS
+OPTIONS_DEFINE= BOOTSTRAP GRAPHITE
+OPTIONS_DEFAULT= BOOTSTRAP
BOOTSTRAP_DESC= Build using a full bootstrap
GRAPHITE_DESC= Support for Graphite loop optimizations
@@ -55,8 +55,6 @@ MULTILIB_CONFIGURE_ENABLE= multilib
CONFIGURE_ARGS+= --disable-multilib
.endif
-PLUGINS_CONFIGURE_ENABLE= plugin
-
.include <bsd.port.pre.mk>
.if ${ARCH} == amd64
@@ -90,6 +88,7 @@ BINMODE= 755
.endif
CONFIGURE_ARGS+=--disable-nls \
--enable-gnu-indirect-function \
+ --enable-plugin \
--libdir=${TARGLIB} \
--libexecdir=${LIBEXEC} \
--program-suffix=${SUFFIX} \