git: 9ce5410b9094 - main - src.conf: regen

From: Kyle Evans <kevans_at_FreeBSD.org>
Date: Mon, 26 May 2025 04:22:01 UTC
The branch main has been updated by kevans:

URL: https://cgit.FreeBSD.org/src/commit/?id=9ce5410b9094f9a2dce72e86a70fd086acdb3ff6

commit 9ce5410b9094f9a2dce72e86a70fd086acdb3ff6
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2025-05-26 04:20:44 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2025-05-26 04:21:51 +0000

    src.conf: regen
    
    This appears to be reflecting the default witch for LLVM_BINUTILS in
    1cae7121c667d9 ("Enable LLVM_BINUTILS by default").
---
 share/man/man5/src.conf.5 | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/share/man/man5/src.conf.5 b/share/man/man5/src.conf.5
index ba88b995e51d..66160520ec3a 100644
--- a/share/man/man5/src.conf.5
+++ b/share/man/man5/src.conf.5
@@ -1,5 +1,5 @@
 .\" DO NOT EDIT-- this file is @generated by tools/build/options/makeman.
-.Dd May 9, 2025
+.Dd May 25, 2025
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -370,18 +370,10 @@ When set, it enforces these options:
 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_POWERPC
 (unless
 .Va WITH_LLVM_TARGET_POWERPC
@@ -390,6 +382,10 @@ is set explicitly)
 (unless
 .Va WITH_LLVM_TARGET_RISCV
 is set explicitly)
+.It Va WITHOUT_LLVM_TARGET_X86
+(unless
+.Va WITH_LLVM_TARGET_X86
+is set explicitly)
 .El
 .It Va WITHOUT_CLANG_BOOTSTRAP
 Do not build the Clang C/C++ compiler during the bootstrap phase of
@@ -965,20 +961,20 @@ Do not build LLVM target support for AArch64.
 The
 .Va LLVM_TARGET_ALL
 option should be used rather than this in most cases.
-.It Va WITHOUT_LLVM_TARGET_ALL
-Only build the required LLVM target support.
-This option is preferred to specific target support options.
 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_ARM
 (unless
 .Va WITH_LLVM_TARGET_ARM
 is set explicitly)
+.El
+.It Va WITHOUT_LLVM_TARGET_ALL
+Only build the required LLVM target support.
+This option is preferred to specific target support options.
+When set, these options are also in effect:
+.Pp
+.Bl -inset -compact
 .It Va WITHOUT_LLVM_TARGET_POWERPC
 (unless
 .Va WITH_LLVM_TARGET_POWERPC
@@ -987,6 +983,10 @@ is set explicitly)
 (unless
 .Va WITH_LLVM_TARGET_RISCV
 is set explicitly)
+.It Va WITHOUT_LLVM_TARGET_X86
+(unless
+.Va WITH_LLVM_TARGET_X86
+is set explicitly)
 .El
 .It Va WITHOUT_LLVM_TARGET_ARM
 Do not build LLVM target support for ARM.