Date: Mon, 26 May 2025 16:05:40 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: 61f46c66ddd3 - main - Remove LLVM_TARGET_SPARC descriptions Message-ID: <202505261605.54QG5eZv002768@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=61f46c66ddd353cb9b1a827d8a1ec5e3dee78b1c commit 61f46c66ddd353cb9b1a827d8a1ec5e3dee78b1c Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-05-26 15:48:20 +0000 Commit: Ed Maste <emaste@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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505261605.54QG5eZv002768>