aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMinsoo Choo <minsoochoo0122@proton.me>2025-11-29 00:13:42 +0000
committerWarner Losh <imp@FreeBSD.org>2025-11-29 04:56:34 +0000
commit37c650b4ee2e098b7c8b3be117c8bb555baf9f2e (patch)
treeb2ddfb4a4bbc555e6176e6c365f02df136dbf78e
parent3d91a746380e81c2089d8beaae28438867ae6dbf (diff)
tools: remove WITH_LIBSOFT option
This is only used for armv6, which as been removed since FreeBSD 15. Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me> Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1903
-rw-r--r--tools/build/options/WITH_LIBSOFT2
1 files changed, 0 insertions, 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.