svn commit: r302177 - head/share/mk

Bryan Drewery bdrewery at FreeBSD.org
Fri Jun 24 19:56:00 UTC 2016


Author: bdrewery
Date: Fri Jun 24 19:55:59 2016
New Revision: 302177
URL: https://svnweb.freebsd.org/changeset/base/302177

Log:
  WITH_SYSTEM_COMPILER: Enable by default
  
  This improves buildworld, toolchain, kernel-toolchain, and universe targets.
  See r300354 or src.conf(5) for more details.
  
  Approved by:	re (gjb)
  Relnotes:	yes (r300354)
  Sponsored by:	EMC / Isilon Storage Division

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Fri Jun 24 18:45:16 2016	(r302176)
+++ head/share/mk/src.opts.mk	Fri Jun 24 19:55:59 2016	(r302177)
@@ -158,6 +158,7 @@ __DEFAULT_YES_OPTIONS = \
     SOURCELESS_UCODE \
     SVNLITE \
     SYSCONS \
+    SYSTEM_COMPILER \
     TALK \
     TCP_WRAPPERS \
     TCSH \
@@ -189,7 +190,6 @@ __DEFAULT_NO_OPTIONS = \
     SHARED_TOOLCHAIN \
     SORT_THREADS \
     SVN \
-    SYSTEM_COMPILER \
 
 
 #


More information about the svn-src-head mailing list