git: 07b7bcf1e555 - main - Revert "src.conf: regen"

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

URL: https://cgit.FreeBSD.org/src/commit/?id=07b7bcf1e5550baa208a3620b6535b92508b8e74

commit 07b7bcf1e5550baa208a3620b6535b92508b8e74
Author:     Kyle Evans <kevans@FreeBSD.org>
AuthorDate: 2025-05-26 15:10:06 +0000
Commit:     Kyle Evans <kevans@FreeBSD.org>
CommitDate: 2025-05-26 15:10:06 +0000

    Revert "src.conf: regen"
    
    This reverts commit 9ce5410b9094f9a2dce72e86a70fd086acdb3ff6.  makeman
    is actually sensitive to the host architecture it's run on, which may
    result in silly little diffs like this.  Likely we should pin it to
    amd64/amd64 or something for consistency in future updates.
    
    Reported by:    emaste
    Diagnosis by:   Mark Millard
---
 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 66160520ec3a..ba88b995e51d 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 25, 2025
+.Dd May 9, 2025
 .Dt SRC.CONF 5
 .Os
 .Sh NAME
@@ -370,10 +370,18 @@ 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
@@ -382,10 +390,6 @@ 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
@@ -961,20 +965,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
@@ -983,10 +987,6 @@ 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.