Date: Mon, 1 Nov 2021 13:09:09 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: ac56b22f44d8 - main - src.conf.5: regen Message-ID: <202111011309.1A1D990a092593@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=ac56b22f44d829eae7d6fb0e84d00d7ad10b1067 commit ac56b22f44d829eae7d6fb0e84d00d7ad10b1067 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2021-11-01 13:07:37 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2021-11-01 13:08:44 +0000 src.conf.5: regen Pick up changes in option dependencies (WITHOUT_OPENSSL and WITHOUT_CXX) and the addition of WITH_DETECT_TZ_CHANGES and WITH_LLVM_BINUTILS. Sponsored by: The FreeBSD Foundation --- share/man/man5/src.conf.5 | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5 index 60f2f0af02aa..9ba27d393410 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 August 7, 2021 +.Dd November 1, 2021 .Dt SRC.CONF 5 .Os .Sh NAME @@ -326,6 +326,35 @@ 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) +.El .It Va WITHOUT_CLANG_BOOTSTRAP Do not build the Clang C/C++ compiler during the bootstrap phase of the build. @@ -393,6 +422,8 @@ When set, it enforces these options: .It .Va WITHOUT_OPENSSL .It +.Va WITHOUT_OPENSSL_KTLS +.It .Va WITHOUT_PKGBOOTSTRAP .It .Va WITHOUT_UNBOUND @@ -452,11 +483,21 @@ When set, it enforces these options: .It .Va WITHOUT_LLVM_COV .It +.Va WITHOUT_OFED +.It +.Va WITHOUT_OFED_EXTRA +.It +.Va WITHOUT_OPENMP +.It +.Va WITHOUT_PMC +.It .Va WITHOUT_TESTS .El .It Va WITHOUT_DEBUG_FILES Avoid building or installing standalone debug files for each executable binary and shared library. +.It Va WITH_DETECT_TZ_CHANGES +Make the time handling code detect changes to the timezone files. .It Va WITHOUT_DIALOG Do not build .Xr dialog 1 , @@ -873,6 +914,8 @@ The system will not have a usable tool chain unless a linker is provided some other way. .It Va WITHOUT_LLVM_ASSERTIONS Disable debugging assertions in LLVM. +.It Va WITH_LLVM_BINUTILS +Install LLVM's binutils (ar, addr2line, nm, etc.) instead of ELF Tool Chain's. .It Va WITHOUT_LLVM_COV Do not build the .Xr llvm-cov 1 @@ -1278,6 +1321,8 @@ When set, it enforces these options: .It .Va WITHOUT_OPENSSH .It +.Va WITHOUT_OPENSSL_KTLS +.It .Va WITHOUT_PKGBOOTSTRAP .It .Va WITHOUT_UNBOUND
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202111011309.1A1D990a092593>