svn commit: r300355 - head/share/man/man5

Bryan Drewery bdrewery at FreeBSD.org
Sat May 21 01:35:49 UTC 2016


Author: bdrewery
Date: Sat May 21 01:35:48 2016
New Revision: 300355
URL: https://svnweb.freebsd.org/changeset/base/300355

Log:
  Regenerate

Modified:
  head/share/man/man5/src.conf.5

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Sat May 21 01:32:23 2016	(r300354)
+++ head/share/man/man5/src.conf.5	Sat May 21 01:35:48 2016	(r300355)
@@ -1403,6 +1403,19 @@ This must be set in the environment, mak
 .Pa /etc/src-env.conf ,
 not
 .Pa /etc/src.conf .
+.It Va WITH_SYSTEM_COMPILER
+.\" from FreeBSD: head/tools/build/options/WITH_SYSTEM_COMPILER 300354 2016-05-21 01:32:23Z bdrewery
+Set to opportunistically skip building a cross-compiler during the
+bootstrap phase of the build.
+If the currently installed compiler matches the planned bootstrap compiler
+type and revision, then it will not be built.
+This does not prevent a compiler from being built for installation though,
+only for building one for the build itself.
+The
+.Va WITHOUT_CLANG
+and
+.Va WITHOUT_GCC
+options control those.
 .It Va WITHOUT_TALK
 .\" from FreeBSD: head/tools/build/options/WITHOUT_TALK 277676 2015-01-25 04:37:44Z ngie
 Set to not build or install


More information about the svn-src-head mailing list