summaryrefslogtreecommitdiffstats
path: root/share/man
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2016-01-09 00:47:01 +0000
committeremaste <emaste@FreeBSD.org>2016-01-09 00:47:01 +0000
commit6c5021ff92374933207ab0b12d6a066735529c1a (patch)
tree1bfa572a147c8e12087c0a28ba13dbb30bd1c5b8 /share/man
parentf82c2a2d458e7b702356a321662203991c0cfb6f (diff)
downloadFreeBSD-src-6c5021ff92374933207ab0b12d6a066735529c1a.zip
FreeBSD-src-6c5021ff92374933207ab0b12d6a066735529c1a.tar.gz
Regen after r293450
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man5/src.conf.523
1 files changed, 22 insertions, 1 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 4994aab..60bf53a 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,7 +1,7 @@
.\" DO NOT EDIT-- this file is automatically generated.
.\" from FreeBSD: head/tools/build/options/makeman 292283 2015-12-15 18:42:30Z bdrewery
.\" $FreeBSD$
-.Dd December 15, 2015
+.Dd January 9, 2016
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -948,9 +948,30 @@ Set to not build the
.Nm libthr
(1:1 threading)
library.
+.It Va WITHOUT_LLDB
+.\" from FreeBSD: head/tools/build/options/WITHOUT_LLDB 289275 2015-10-14 00:23:31Z emaste
+Set to not build the LLDB debugger.
+.Pp
+It is a default setting on
+arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
.It Va WITH_LLDB
.\" from FreeBSD: head/tools/build/options/WITH_LLDB 255722 2013-09-20 01:52:02Z emaste
Set to build the LLDB debugger.
+.Pp
+It is a default setting on
+amd64/amd64 and arm64/aarch64.
+.It Va WITHOUT_LLVM_LIBUNWIND
+.\" from FreeBSD: head/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).
+.Pp
+It is a default setting on
+amd64/amd64, arm/arm, arm/armeb, arm/armv6, arm/armv6hf, i386/i386, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, pc98/i386, powerpc/powerpc, powerpc/powerpc64 and sparc64/sparc64.
+.It Va WITH_LLVM_LIBUNWIND
+.\" from FreeBSD: head/tools/build/options/WITH_LLVM_LIBUNWIND 293450 2016-01-09 00:42:07Z emaste
+Set to use LLVM's libunwind stack unwinder (instead of GCC's unwinder).
+.Pp
+It is a default setting on
+arm64/aarch64.
.It Va WITHOUT_LOCALES
.\" from FreeBSD: head/tools/build/options/WITHOUT_LOCALES 156932 2006-03-21 07:50:50Z ru
Set to not build localization files; see
OpenPOWER on IntegriCloud