The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=37c650b4ee2e098b7c8b3be117c8bb555baf9f2e
commit 37c650b4ee2e098b7c8b3be117c8bb555baf9f2e Author: Minsoo Choo <[email protected]> AuthorDate: 2025-11-29 00:13:42 +0000 Commit: Warner Losh <[email protected]> CommitDate: 2025-11-29 04:56:34 +0000 tools: remove WITH_LIBSOFT option This is only used for armv6, which as been removed since FreeBSD 15. Signed-off-by: Minsoo Choo <[email protected]> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1903 --- tools/build/options/WITH_LIBSOFT | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/build/options/WITH_LIBSOFT b/tools/build/options/WITH_LIBSOFT deleted file mode 100644 index 6fec6f3cb037..000000000000 --- a/tools/build/options/WITH_LIBSOFT +++ /dev/null @@ -1,2 +0,0 @@ -On armv6 only, enable soft float ABI compatibility libraries. -This option is for transitioning to the new hard float ABI.
