diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-11-28 10:45:21 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2020-11-28 10:45:21 +0000 |
commit | 1ec32274a12b16bc43d5956e63e910316f1d9c86 (patch) | |
tree | 812a661bb303945a28eb1972d654f93e86428881 /lang/gcc10 | |
parent | 3b8bcda2359b602679bea7608ebbbe04697be27f (diff) | |
download | ports-1ec32274a12b16bc43d5956e63e910316f1d9c86.tar.gz ports-1ec32274a12b16bc43d5956e63e910316f1d9c86.zip |
Notes
Diffstat (limited to 'lang/gcc10')
-rw-r--r-- | lang/gcc10/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/lang/gcc10/Makefile b/lang/gcc10/Makefile index d65892fd2c40..1d3173e01a97 100644 --- a/lang/gcc10/Makefile +++ b/lang/gcc10/Makefile @@ -38,8 +38,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 @@ -54,8 +54,6 @@ MULTILIB_CONFIGURE_ENABLE= multilib CONFIGURE_ARGS+= --disable-multilib .endif -PLUGINS_CONFIGURE_ENABLE= plugin - .include <bsd.port.pre.mk> .if ${ARCH} == amd64 @@ -88,6 +86,7 @@ BINMODE= 755 .endif CONFIGURE_ARGS+=--disable-nls \ --enable-gnu-indirect-function \ + --enable-plugin \ --libdir=${TARGLIB} \ --libexecdir=${LIBEXEC} \ --program-suffix=${SUFFIX} \ |