svn commit: r318473 - stable/11/share/man/man5
Ed Maste
emaste at FreeBSD.org
Thu May 18 17:44:47 UTC 2017
Author: emaste
Date: Thu May 18 17:44:45 2017
New Revision: 318473
URL: https://svnweb.freebsd.org/changeset/base/318473
Log:
regen src.conf(5) after r318472
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 Thu May 18 17:40:30 2017 (r318472)
+++ stable/11/share/man/man5/src.conf.5 Thu May 18 17:44:45 2017 (r318473)
@@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is generated by tools/build/options/makeman.
.\" $FreeBSD$
-.Dd May 15, 2017
+.Dd May 18, 2017
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -880,12 +880,6 @@ Set to not build LLVM's lld linker.
.Pp
It is a default setting on
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
Set to build LLVM's lld linker.
.Pp
@@ -901,6 +895,19 @@ Set to build the LLDB debugger.
.Pp
It is a default setting on
amd64/amd64 and arm64/aarch64.
+.It Va WITHOUT_LLD_BOOTSTRAP
+Set to not build the LLD linker during the bootstrap phase of
+the build.
+To be able to build the system, either Binutils or LLD bootstrap must be
+enabled unless an alternate linker is provided via XLD.
+.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_BOOTSTRAP
+Set to build the LLD linker during the bootstrap phase of the build.
+.Pp
+It is a default setting on
+arm64/aarch64.
.It Va WITHOUT_LLD_IS_LD
Set to use GNU binutils ld as the system linker, instead of LLVM's LLD.
.Pp
@@ -911,14 +918,6 @@ Set to use LLVM's LLD as the system link
.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
Set to use GCC's stack unwinder (instead of LLVM's libunwind).
.Pp
@@ -1327,24 +1326,6 @@ The
and
.Va WITHOUT_GCC
options control those.
-.Pp
-It is a default setting on
-arm64/aarch64.
-.It Va WITH_SYSTEM_COMPILER
-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
Set to not build or install
.Xr talk 1
@@ -1421,6 +1402,8 @@ When set, it also enforces the following
.It
.Va WITHOUT_INCLUDES
.It
+.Va WITHOUT_LLD
+.It
.Va WITHOUT_LLDB
.El
.It Va WITHOUT_UNBOUND
More information about the svn-src-all
mailing list