git: 251a6ddfbdcd - main - Regen src.conf after MK_{LIBTHR, LIBPTHREAD} removal
Kyle Evans
kevans at FreeBSD.org
Fri Jan 22 18:35:09 UTC 2021
The branch main has been updated by kevans:
URL: https://cgit.FreeBSD.org/src/commit/?id=251a6ddfbdcd72e0de922e8320d2f0cc6806a423
commit 251a6ddfbdcd72e0de922e8320d2f0cc6806a423
Author: Kyle Evans <kevans at FreeBSD.org>
AuthorDate: 2021-01-20 14:03:21 +0000
Commit: Kyle Evans <kevans at FreeBSD.org>
CommitDate: 2021-01-22 18:34:41 +0000
Regen src.conf after MK_{LIBTHR,LIBPTHREAD} removal
---
share/man/man5/src.conf.5 | 18 +-----------------
1 file changed, 1 insertion(+), 17 deletions(-)
diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index 5ff5b31b80be..63495c7c9477 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 January 20, 2021
+.Dd January 22, 2021
.Dt SRC.CONF 5
.Os
.Sh NAME
@@ -861,25 +861,9 @@ This is a default setting on
arm/armv6, arm/armv7, arm64/aarch64, i386/i386, mips/mips, powerpc/powerpc, riscv/riscv64 and riscv/riscv64sf.
.It Va WITHOUT_LIBCPLUSPLUS
Set to avoid building libcxxrt and libc++.
-.It Va WITHOUT_LIBPTHREAD
-Set to not build the
-.Nm libpthread
-providing library,
-.Nm libthr .
-When set, it enforces these options:
-.Pp
-.Bl -item -compact
-.It
-.Va WITHOUT_LIBTHR
-.El
.It Va WITH_LIBSOFT
On armv6 only, set to enable soft float ABI compatibility libraries.
This option is for transitioning to the new hard float ABI.
-.It Va WITHOUT_LIBTHR
-Set to not build the
-.Nm libthr
-(1:1 threading)
-library.
.It Va WITHOUT_LLD
Set to not build LLVM's lld linker.
.It Va WITHOUT_LLDB
More information about the dev-commits-src-main
mailing list