Author: dim
Date: Sun Apr  2 17:34:45 2017
New Revision: 316425
URL: https://svnweb.freebsd.org/changeset/base/316425

Log:
  Regenerate src.conf.5 after the addition of WITH/WITHOUT_LLD_IS_LD.

Modified:
  stable/11/share/man/man5/src.conf.5

Modified: stable/11/share/man/man5/src.conf.5
==============================================================================
--- stable/11/share/man/man5/src.conf.5 Sun Apr  2 17:25:37 2017        
(r316424)
+++ stable/11/share/man/man5/src.conf.5 Sun Apr  2 17:34:45 2017        
(r316425)
@@ -1,7 +1,7 @@
 .\" DO NOT EDIT-- this file is automatically generated.
 .\" from FreeBSD: stable/11/tools/build/options/makeman 292283 2015-12-15 
18:42:30Z bdrewery
 .\" $FreeBSD$
-.Dd March 29, 2017
+.Dd April 2, 2017
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -332,7 +332,7 @@ When set, it also enforces the following
 Set to not build the Clang C/C++ compiler during the regular phase of the 
build.
 .Pp
 It is a default setting on
-mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and 
sparc64/sparc64.
+sparc64/sparc64.
 When set, it also enforces the following options:
 .Pp
 .Bl -item -compact
@@ -346,7 +346,7 @@ When set, it also enforces the following
 Set to build the Clang C/C++ compiler during the normal phase of the build.
 .Pp
 It is a default setting on
-amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm64/aarch64, i386/i386, 
pc98/i386, powerpc/powerpc and powerpc/powerpc64.
+amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm64/aarch64, i386/i386, 
mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, 
powerpc/powerpc and powerpc/powerpc64.
 .It Va WITHOUT_CLANG_BOOTSTRAP
 .\" from FreeBSD: stable/11/tools/build/options/WITHOUT_CLANG_BOOTSTRAP 273177 
2014-10-16 18:28:11Z skreuzer
 Set to not build the Clang C/C++ compiler during the bootstrap phase of the 
build.
@@ -371,14 +371,14 @@ Set to avoid building the ARCMigrate, Re
 the Clang C/C++ compiler.
 .Pp
 It is a default setting on
-mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32 and 
sparc64/sparc64.
+sparc64/sparc64.
 .It Va WITH_CLANG_FULL
 .\" from FreeBSD: stable/11/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, arm/arm, arm/armeb, arm/armv6, arm64/aarch64, i386/i386, 
pc98/i386, powerpc/powerpc and powerpc/powerpc64.
+amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm64/aarch64, i386/i386, 
mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, 
powerpc/powerpc and powerpc/powerpc64.
 .It Va WITHOUT_CLANG_IS_CC
 .\" from FreeBSD: stable/11/tools/build/options/WITHOUT_CLANG_IS_CC 242629 
2012-11-05 21:53:23Z brooks
 Set to install the GCC compiler as
@@ -1005,13 +1005,19 @@ library.
 Set to not build LLVM's lld linker.
 .Pp
 It is a default setting on
-arm/arm, arm/armeb, arm/armv6, i386/i386, mips/mipsel, mips/mips, 
mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, 
powerpc/powerpc64 and sparc64/sparc64.
+mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, 
powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
+When set, it also enforces the following options:
+.Pp
+.Bl -item -compact
+.It
+.Va WITHOUT_LLD_IS_LD
+.El
 .It Va WITH_LLD
 .\" from FreeBSD: stable/11/tools/build/options/WITH_LLD 310618 2016-12-26 
20:36:37Z dim
 Set to build LLVM's lld linker.
 .Pp
 It is a default setting on
-amd64/amd64 and arm64/aarch64.
+amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm64/aarch64, i386/i386 and 
pc98/i386.
 .It Va WITHOUT_LLDB
 .\" from FreeBSD: stable/11/tools/build/options/WITHOUT_LLDB 289275 2015-10-14 
00:23:31Z emaste
 Set to not build the LLDB debugger.
@@ -1024,6 +1030,26 @@ Set to build the LLDB debugger.
 .Pp
 It is a default setting on
 amd64/amd64 and arm64/aarch64.
+.It Va WITHOUT_LLD_IS_LD
+.\" from FreeBSD: stable/11/tools/build/options/WITHOUT_LLD_IS_LD 316423 
2017-04-02 17:24:58Z dim
+Set to use GNU binutils ld as the system linker, instead of LLVM's LLD.
+.Pp
+It is a default setting on
+amd64/amd64, arm/arm, arm/armeb, arm/armv6, i386/i386, mips/mipsel, mips/mips, 
mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, 
powerpc/powerpc64 and sparc64/sparc64.
+.It Va WITH_LLD_IS_LD
+.\" from FreeBSD: stable/11/tools/build/options/WITH_LLD_IS_LD 316423 
2017-04-02 17:24:58Z dim
+Set to use LLVM's LLD as the system linker, instead of GNU binutils ld.
+.Pp
+It is a default setting on
+arm64/aarch64.
+When set, the following options are also in effect:
+.Pp
+.Bl -inset -compact
+.It Va WITHOUT_SYSTEM_COMPILER
+(unless
+.Va WITH_SYSTEM_COMPILER
+is set explicitly)
+.El
 .It Va WITHOUT_LLVM_LIBUNWIND
 .\" from FreeBSD: stable/11/tools/build/options/WITHOUT_LLVM_LIBUNWIND 293450 
2016-01-09 00:42:07Z emaste
 Set to use GCC's stack unwinder (instead of LLVM's libunwind).
@@ -1497,6 +1523,25 @@ The
 and
 .Va WITHOUT_GCC
 options control those.
+.Pp
+It is a default setting on
+arm64/aarch64.
+.It Va WITH_SYSTEM_COMPILER
+.\" from FreeBSD: stable/11/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.
+.Pp
+It is a default setting on
+amd64/amd64, arm/arm, arm/armeb, arm/armv6, i386/i386, mips/mipsel, mips/mips, 
mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, 
powerpc/powerpc64 and sparc64/sparc64.
 .It Va WITHOUT_TALK
 .\" from FreeBSD: stable/11/tools/build/options/WITHOUT_TALK 277676 2015-01-25 
04:37:44Z ngie
 Set to not build or install
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to