svn commit: r517206 - head/lang/gcc10-devel
Gerald Pfeifer
gerald at FreeBSD.org
Sun Nov 10 13:10:56 UTC 2019
Author: gerald
Date: Sun Nov 10 13:10:55 2019
New Revision: 517206
URL: https://svnweb.freebsd.org/changeset/ports/517206
Log:
Add a new option PLUGINS that enables GCC's plugin framework. This is off
by default for now, but something to possibly make the default after a bit
of settling.
I plan to backport this to lang/gcc9-devel and then lang/gcc9.
Submitted by: David Carlier <devnexen at gmail.com>
Differential Revision: https://reviews.freebsd.org/D22292
Modified:
head/lang/gcc10-devel/Makefile
Modified: head/lang/gcc10-devel/Makefile
==============================================================================
--- head/lang/gcc10-devel/Makefile Sun Nov 10 12:38:56 2019 (r517205)
+++ head/lang/gcc10-devel/Makefile Sun Nov 10 13:10:55 2019 (r517206)
@@ -43,7 +43,7 @@ SSP_UNSAFE= yes
CFLAGS:= ${CFLAGS:N-mretpoline}
CXXFLAGS:= ${CXXFLAGS:N-mretpoline}
-OPTIONS_DEFINE= BOOTSTRAP GRAPHITE
+OPTIONS_DEFINE= BOOTSTRAP GRAPHITE PLUGINS
OPTIONS_DEFAULT= BOOTSTRAP
BOOTSTRAP_DESC= Build using a full bootstrap
GRAPHITE_DESC= Support for Graphite loop optimizations
@@ -58,6 +58,8 @@ MULTILIB_CONFIGURE_ENABLE= multilib
.else
CONFIGURE_ARGS+= --disable-multilib
.endif
+
+PLUGINS_CONFIGURE_ENABLE= plugin
.include <bsd.port.pre.mk>
More information about the svn-ports-head
mailing list