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

Dimitry Andric dim at FreeBSD.org
Sat Feb 2 22:36:03 UTC 2013


Author: dim
Date: Sat Feb  2 22:36:02 2013
New Revision: 246260
URL: http://svnweb.freebsd.org/changeset/base/246260

Log:
  Regenerate src.conf(5).

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

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Sat Feb  2 22:28:29 2013	(r246259)
+++ head/share/man/man5/src.conf.5	Sat Feb  2 22:36:02 2013	(r246260)
@@ -1,7 +1,7 @@
 .\" DO NOT EDIT-- this file is automatically generated.
 .\" from FreeBSD: head/tools/build/options/makeman 236279 2012-05-30 02:37:20Z gjb
 .\" $FreeBSD$
-.Dd January 29, 2013
+.Dd February 2, 2013
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -298,6 +298,8 @@ When set, it also enforces the following
 .It
 .Va WITHOUT_CLANG_EXTRAS
 .It
+.Va WITHOUT_CLANG_FULL
+.It
 .Va WITHOUT_CLANG_IS_CC
 .El
 .It Va WITH_CLANG
@@ -309,6 +311,20 @@ amd64/amd64, i386/i386, pc98/i386, power
 .It Va WITH_CLANG_EXTRAS
 .\" from FreeBSD: head/tools/build/options/WITH_CLANG_EXTRAS 231057 2012-02-05 23:56:22Z dim
 Set to build additional clang and llvm tools, such as bugpoint.
+.It Va WITHOUT_CLANG_FULL
+.\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_FULL 246259 2013-02-02 22:28:29Z dim
+Set to avoid building the ARCMigrate, Rewriter and StaticAnalyzer components of
+the Clang C/C++ compiler.
+.Pp
+It is a default setting on
+arm/arm, arm/armeb, arm/armv6, arm/armv6eb, ia64/ia64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and sparc64/sparc64.
+.It Va WITH_CLANG_FULL
+.\" from FreeBSD: head/tools/build/options/WITH_CLANG_FULL 246259 2013-02-02 22:28:29Z dim
+Set to build the ARCMigrate, Rewriter and StaticAnalyzer components of the
+Clang C/C++ compiler.
+.Pp
+It is a default setting on
+amd64/amd64, i386/i386, pc98/i386, powerpc/powerpc and powerpc/powerpc64.
 .It Va WITHOUT_CLANG_IS_CC
 .\" from FreeBSD: head/tools/build/options/WITHOUT_CLANG_IS_CC 242629 2012-11-05 21:53:23Z brooks
 Set to install the GCC compiler as
@@ -385,6 +401,10 @@ When set, it also enforces the following
 .It
 .Va WITHOUT_CLANG
 .It
+.Va WITHOUT_CLANG_EXTRAS
+.It
+.Va WITHOUT_CLANG_FULL
+.It
 .Va WITHOUT_CLANG_IS_CC
 .It
 .Va WITHOUT_GROFF
@@ -646,9 +666,6 @@ and
 On amd64, set to not build 32-bit library set and a
 .Nm ld-elf32.so.1
 runtime linker.
-.It Va WITH_LIBCPLUSPLUS
-.\" from FreeBSD: head/tools/build/options/WITH_LIBCPLUSPLUS 228082 2011-11-28 17:56:46Z dim
-Set to build libcxxrt and libc++.
 .It Va WITHOUT_LIBPTHREAD
 .\" from FreeBSD: head/tools/build/options/WITHOUT_LIBPTHREAD 188848 2009-02-20 11:09:55Z mtm
 Set to not build the
@@ -1053,6 +1070,10 @@ When set, it also enforces the following
 .It
 .Va WITHOUT_CLANG
 .It
+.Va WITHOUT_CLANG_EXTRAS
+.It
+.Va WITHOUT_CLANG_FULL
+.It
 .Va WITHOUT_CLANG_IS_CC
 .It
 .Va WITHOUT_GCC


More information about the svn-src-head mailing list