diff options
author | ngie <ngie@FreeBSD.org> | 2017-01-06 21:31:30 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-01-06 21:31:30 +0000 |
commit | d902b80bc6f2e222911f16d35214e6b2e06c4cdb (patch) | |
tree | ff5afa13489498c35497ef2ce1b19a75b9f92912 /share | |
parent | f95a7d16d75540f74aa9d961bdde18efbea26ec6 (diff) | |
download | FreeBSD-src-d902b80bc6f2e222911f16d35214e6b2e06c4cdb.zip FreeBSD-src-d902b80bc6f2e222911f16d35214e6b2e06c4cdb.tar.gz |
Regenerate src.conf(5)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man5/src.conf.5 | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index e3d41d5..1b19d19 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: stable/11/tools/build/options/makeman 292283 2015-12-15 18:42:30Z bdrewery .\" $FreeBSD$ -.Dd December 12, 2016 +.Dd January 6, 2017 .Dt SRC.CONF 5 .Os .Sh NAME @@ -991,6 +991,18 @@ Set to not build the .Nm libthr (1:1 threading) library. +.It Va WITHOUT_LLD +.\" from FreeBSD: stable/11/tools/build/options/WITHOUT_LLD 310618 2016-12-26 20:36:37Z dim +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. +.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. .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. @@ -1076,12 +1088,15 @@ is set explicitly) Set to not to install compressed man pages. Only the uncompressed versions will be installed. .It Va WITHOUT_MANDOCDB -.\" from FreeBSD: stable/11/tools/build/options/WITHOUT_MANDOCDB 283777 2015-05-30 17:41:37Z bapt -Use the -.Xr mandoc 1 -version of +.\" from FreeBSD: stable/11/tools/build/options/WITHOUT_MANDOCDB 311528 2017-01-06 18:08:42Z emaste +Use the version of +.Xr makewhatis 1 +introduced in +.Fx 2.1 , +instead of the .Xr makewhatis 8 -database and utilities. +database and utilities from +.Xr mandoc 1 . .It Va WITHOUT_MAN_UTILS .\" from FreeBSD: stable/11/tools/build/options/WITHOUT_MAN_UTILS 208322 2010-05-20 00:07:21Z jkim Set to not build utilities for manual pages, |