Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F133017716
D22292.id64111.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
679 B
Referenced Files
None
Subscribers
None
D22292.id64111.diff
View Options
Index: lang/gcc10-devel/Makefile
===================================================================
--- lang/gcc10-devel/Makefile
+++ lang/gcc10-devel/Makefile
@@ -43,7 +43,7 @@
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
@@ -121,6 +121,10 @@
CONFIGURE_ARGS+=--with-isl=${LOCALBASE}
.endif
+.if ${PORT_OPTIONS:MPLUGINS}
+CONFIGURE_ARGS+=--enable-plugin
+.endif
+
CONFIGURE_ARGS+=--enable-languages=${LANGUAGES}
pre-everything::
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Oct 23, 2:53 AM (7 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
24079464
Default Alt Text
D22292.id64111.diff (679 B)
Attached To
Mode
D22292: [update] lang/gcc10-devel add new plugin support option
Attached
Detach File
Event Timeline
Log In to Comment