Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2019 13:10:56 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r517206 - head/lang/gcc10-devel
Message-ID:  <201911101310.xAADAuYl092906@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911101310.xAADAuYl092906>