The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=61f46c66ddd353cb9b1a827d8a1ec5e3dee78b1c
commit 61f46c66ddd353cb9b1a827d8a1ec5e3dee78b1c Author: Ed Maste <ema...@freebsd.org> AuthorDate: 2025-05-26 15:48:20 +0000 Commit: Ed Maste <ema...@freebsd.org> CommitDate: 2025-05-26 16:05:30 +0000 Remove LLVM_TARGET_SPARC descriptions Support for WITH_/WITHOUT_LLVM_TARGET_SPARC was removed in commit 47e9f42ea39b ("Remove sparc64 specific buid-system hacks") so the descriptions serve no purpose. Sponsored by: The FreeBSD Foundation --- tools/build/options/WITHOUT_LLVM_TARGET_SPARC | 4 ---- tools/build/options/WITH_LLVM_TARGET_SPARC | 4 ---- 2 files changed, 8 deletions(-) diff --git a/tools/build/options/WITHOUT_LLVM_TARGET_SPARC b/tools/build/options/WITHOUT_LLVM_TARGET_SPARC deleted file mode 100644 index 4da802ad0312..000000000000 --- a/tools/build/options/WITHOUT_LLVM_TARGET_SPARC +++ /dev/null @@ -1,4 +0,0 @@ -Do not build LLVM target support for SPARC. -The -.Va LLVM_TARGET_ALL -option should be used rather than this in most cases. diff --git a/tools/build/options/WITH_LLVM_TARGET_SPARC b/tools/build/options/WITH_LLVM_TARGET_SPARC deleted file mode 100644 index 0d67602688de..000000000000 --- a/tools/build/options/WITH_LLVM_TARGET_SPARC +++ /dev/null @@ -1,4 +0,0 @@ -Build LLVM target support for SPARC. -The -.Va LLVM_TARGET_ALL -option should be used rather than this in most cases.