aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2022-02-08 13:14:02 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2022-02-08 13:14:02 +0000
commit2ec9a427c8503f4cb0a79e10841b222e1aae1ff3 (patch)
treeb7faf5d28c530cfe742519fe11cb23bb0a365e77
parent675758f7c2690745c236e03f6a5ef2f46a271409 (diff)
downloadsrc-2ec9a427c8503f4cb0a79e10841b222e1aae1ff3.tar.gz
src-2ec9a427c8503f4cb0a79e10841b222e1aae1ff3.zip
src.conf: regenerate
-rw-r--r--share/man/man5/src.conf.523
1 files changed, 15 insertions, 8 deletions
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 01522296e941..a53a27c5b506 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,6 +1,6 @@
.\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
.\" $FreeBSD$
-.Dd December 21, 2021
+.Dd February 8, 2022
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -152,7 +152,7 @@ Build the BearSSL library.
.Pp
BearSSL is a tiny SSL library suitable for embedded environments.
For details see
-.Lk http://www.BearSSL.org/
+.Lk https://www.BearSSL.org/
.Pp
This library is currently only used to perform
signature verification and related operations
@@ -521,7 +521,7 @@ Do not build the Webster dictionary files.
.It Va WITH_DIRDEPS_BUILD
This is an experimental build system.
For details see
-http://www.crufty.net/sjg/docs/freebsd-meta-mode.htm.
+https://www.crufty.net/sjg/docs/freebsd-meta-mode.htm.
Build commands can be seen from the top-level with:
.Dl make show-valid-targets
The build is driven by dirdeps.mk using
@@ -880,21 +880,18 @@ runtime linker.
.Pp
This is a default setting on
arm/armv6, arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc, powerpc/powerpc64le, riscv/riscv64 and riscv/riscv64sf.
-.It Va WITH_LIBSOFT
-On armv6 only, enable soft float ABI compatibility libraries.
-This option is for transitioning to the new hard float ABI.
.It Va WITHOUT_LLD
Do not build LLVM's lld linker.
.It Va WITHOUT_LLDB
Do not build the LLDB debugger.
.Pp
This is a default setting on
-arm/armv6, arm/armv7, powerpc/powerpc, powerpc/powerpc64, powerpc/powerpc64le, riscv/riscv64 and riscv/riscv64sf.
+arm/armv6, arm/armv7, riscv/riscv64 and riscv/riscv64sf.
.It Va WITH_LLDB
Build the LLDB debugger.
.Pp
This is a default setting on
-amd64/amd64, arm64/aarch64 and i386/i386.
+amd64/amd64, arm64/aarch64, i386/i386, powerpc/powerpc, powerpc/powerpc64 and powerpc/powerpc64le.
.It Va WITHOUT_LLD_BOOTSTRAP
Do not build the LLD linker during the bootstrap phase of
the build.
@@ -992,6 +989,16 @@ Build GELI bootloader support.
.Pp
This is a default setting on
amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, riscv/riscv64 and riscv/riscv64sf.
+.It Va WITHOUT_LOADER_KBOOT
+Do not build kboot, a linuxboot environment loader
+.Pp
+This is a default setting on
+amd64/amd64, arm/armv6, arm/armv7, arm64/aarch64, i386/i386, powerpc/powerpc, powerpc/powerpc64le, riscv/riscv64 and riscv/riscv64sf.
+.It Va WITH_LOADER_KBOOT
+Build kboot, a linuxboot environment loader
+.Pp
+This is a default setting on
+powerpc/powerpc64.
.It Va WITHOUT_LOADER_LUA
Do not build LUA bindings for the boot loader.
.Pp