mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 11:56:28 -04:00
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@gmail.com> Differential Revision: https://reviews.freebsd.org/D22292
This commit is contained in:
parent
d5716de728
commit
a4dc770f74
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=517206
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
@ -59,6 +59,8 @@ MULTILIB_CONFIGURE_ENABLE= multilib
|
|||
CONFIGURE_ARGS+= --disable-multilib
|
||||
.endif
|
||||
|
||||
PLUGINS_CONFIGURE_ENABLE= plugin
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == amd64
|
||||
|
|
Loading…
Add table
Reference in a new issue