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

Ed Maste emaste at FreeBSD.org
Fri Dec 27 15:33:44 UTC 2019


Author: emaste
Date: Fri Dec 27 15:33:43 2019
New Revision: 356123
URL: https://svnweb.freebsd.org/changeset/base/356123

Log:
  src.conf.5: regenerate after recent changes
  
  r355588 Fix WITHOUT_CLANG build
  r355646 Revert r354348
  r355943 add LDNS build knob dependency on OPENSSL
  r356111 Use LLVM as default toolchain for all PowerPC targets

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

Modified: head/share/man/man5/src.conf.5
==============================================================================
--- head/share/man/man5/src.conf.5	Fri Dec 27 13:37:19 2019	(r356122)
+++ head/share/man/man5/src.conf.5	Fri Dec 27 15:33:43 2019	(r356123)
@@ -1,6 +1,6 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
 .\" $FreeBSD$
-.Dd November 20, 2019
+.Dd December 27, 2019
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -376,43 +376,6 @@ When set, it enforces these options:
 .It
 .Va WITHOUT_LLVM_COV
 .El
-.Pp
-When set, these options are also in effect:
-.Pp
-.Bl -inset -compact
-.It Va WITHOUT_LLVM_TARGET_AARCH64
-(unless
-.Va WITH_LLVM_TARGET_AARCH64
-is set explicitly)
-.It Va WITHOUT_LLVM_TARGET_ALL
-(unless
-.Va WITH_LLVM_TARGET_ALL
-is set explicitly)
-.It Va WITHOUT_LLVM_TARGET_ARM
-(unless
-.Va WITH_LLVM_TARGET_ARM
-is set explicitly)
-.It Va WITHOUT_LLVM_TARGET_MIPS
-(unless
-.Va WITH_LLVM_TARGET_MIPS
-is set explicitly)
-.It Va WITHOUT_LLVM_TARGET_POWERPC
-(unless
-.Va WITH_LLVM_TARGET_POWERPC
-is set explicitly)
-.It Va WITHOUT_LLVM_TARGET_RISCV
-(unless
-.Va WITH_LLVM_TARGET_RISCV
-is set explicitly)
-.It Va WITHOUT_LLVM_TARGET_SPARC
-(unless
-.Va WITH_LLVM_TARGET_SPARC
-is set explicitly)
-.It Va WITHOUT_LLVM_TARGET_X86
-(unless
-.Va WITH_LLVM_TARGET_X86
-is set explicitly)
-.El
 .It Va WITH_CLANG
 Set to build the Clang C/C++ compiler during the normal phase of the build.
 .Pp
@@ -502,9 +465,15 @@ When set, it enforces these options:
 .It
 .Va WITHOUT_KERBEROS
 .It
+.Va WITHOUT_LDNS
+.It
+.Va WITHOUT_LDNS_UTILS
+.It
 .Va WITHOUT_OPENSSH
 .It
 .Va WITHOUT_OPENSSL
+.It
+.Va WITHOUT_UNBOUND
 .El
 .Pp
 When set, these options are also in effect:
@@ -1119,34 +1088,20 @@ amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386
 Set to use GCC's stack unwinder (instead of LLVM's libunwind).
 .Pp
 This is a default setting on
-sparc64/sparc64.
+arm/armv6, arm/armv7 and sparc64/sparc64.
 .It Va WITH_LLVM_LIBUNWIND
 Set to use LLVM's libunwind stack unwinder (instead of GCC's unwinder).
 .Pp
 This is a default setting on
-amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, riscv/riscv64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
+amd64/amd64, arm64/aarch64, i386/i386, riscv/riscv64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
 .It Va WITHOUT_LLVM_TARGET_AARCH64
 Set to not build LLVM target support for AArch64.
 The
 .Va LLVM_TARGET_ALL
 option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-arm/armv6 and sparc64/sparc64.
-.It Va WITH_LLVM_TARGET_AARCH64
-Set to build LLVM target support for AArch64.
-The
-.Va LLVM_TARGET_ALL
-option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv7, arm64/aarch64, i386/i386, riscv/riscv64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
 .It Va WITHOUT_LLVM_TARGET_ALL
 Set to only build the required LLVM target support.
 This option is preferred to specific target support options.
-.Pp
-This is a default setting on
-sparc64/sparc64.
 When set, these options are also in effect:
 .Pp
 .Bl -inset -compact
@@ -1175,29 +1130,11 @@ is set explicitly)
 .Va WITH_LLVM_TARGET_SPARC
 is set explicitly)
 .El
-.It Va WITH_LLVM_TARGET_ALL
-Set to build support for all LLVM targets.
-This option is always applied to the bootstrap compiler for buildworld when
-LLVM is used.
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, riscv/riscv64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
 .It Va WITHOUT_LLVM_TARGET_ARM
 Set to not build LLVM target support for ARM.
 The
 .Va LLVM_TARGET_ALL
 option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-sparc64/sparc64.
-.It Va WITH_LLVM_TARGET_ARM
-Set to build LLVM target support for ARM.
-The
-.Va LLVM_TARGET_ALL
-option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, riscv/riscv64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
 .It Va WITH_LLVM_TARGET_BPF
 Set to build LLVM target support for BPF.
 The
@@ -1208,81 +1145,26 @@ Set to not build LLVM target support for MIPS.
 The
 .Va LLVM_TARGET_ALL
 option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-arm/armv6 and sparc64/sparc64.
-.It Va WITH_LLVM_TARGET_MIPS
-Set to build LLVM target support for MIPS.
-The
-.Va LLVM_TARGET_ALL
-option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv7, arm64/aarch64, i386/i386, riscv/riscv64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
 .It Va WITHOUT_LLVM_TARGET_POWERPC
 Set to not build LLVM target support for PowerPC.
 The
 .Va LLVM_TARGET_ALL
 option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-arm/armv6 and sparc64/sparc64.
-.It Va WITH_LLVM_TARGET_POWERPC
-Set to build LLVM target support for PowerPC.
-The
-.Va LLVM_TARGET_ALL
-option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv7, arm64/aarch64, i386/i386, riscv/riscv64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
 .It Va WITHOUT_LLVM_TARGET_RISCV
 Set to not build LLVM target support for RISC-V.
 The
 .Va LLVM_TARGET_ALL
 option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-arm/armv6 and sparc64/sparc64.
-.It Va WITH_LLVM_TARGET_RISCV
-Set to build LLVM target support for RISC-V.
-The
-.Va LLVM_TARGET_ALL
-option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv7, arm64/aarch64, i386/i386, riscv/riscv64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
 .It Va WITHOUT_LLVM_TARGET_SPARC
 Set to not build LLVM target support for SPARC.
 The
 .Va LLVM_TARGET_ALL
 option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-arm/armv6 and sparc64/sparc64.
-.It Va WITH_LLVM_TARGET_SPARC
-Set to build LLVM target support for SPARC.
-The
-.Va LLVM_TARGET_ALL
-option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv7, arm64/aarch64, i386/i386, riscv/riscv64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
 .It Va WITHOUT_LLVM_TARGET_X86
 Set to not build LLVM target support for X86.
 The
 .Va LLVM_TARGET_ALL
 option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-arm/armv6 and sparc64/sparc64.
-.It Va WITH_LLVM_TARGET_X86
-Set to build LLVM target support for X86.
-The
-.Va LLVM_TARGET_ALL
-option should be used rather than this in most cases.
-.Pp
-This is a default setting on
-amd64/amd64, arm/armv7, arm64/aarch64, i386/i386, riscv/riscv64, mips/mipsel, mips/mips, mips/mips64el, mips/mips64, mips/mipsn32, mips/mipselhf, mips/mipshf, mips/mips64elhf and mips/mips64hf.
 .It Va WITH_LOADER_EFI_SECUREBOOT
 Enable building
 .Xr loader 8
@@ -1601,7 +1483,13 @@ When set, it enforces these options:
 .It
 .Va WITHOUT_KERBEROS
 .It
+.Va WITHOUT_LDNS
+.It
+.Va WITHOUT_LDNS_UTILS
+.It
 .Va WITHOUT_OPENSSH
+.It
+.Va WITHOUT_UNBOUND
 .El
 .Pp
 When set, these options are also in effect:


More information about the svn-src-head mailing list