summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2026-01-16 22:41:56 -0800
committerXin LI <delphij@FreeBSD.org>2026-01-16 22:43:40 -0800
commit8e6843db9bc5af14b0ee631081ecaf1f02ce821a (patch)
treed2b1b9c05f6fae660fdd8dddacff5d0b372d3292 /tools
parentafbb21bd1d6261a00b078c0847d5ecc8863585b7 (diff)
libc: drop NO_FP_LIBC support
NO_FP_LIBC was added in 2004 to save space by disabling FP support in *printf()/*scanf(). The size benefit is negligible on modern systems and conflicts with assumptions made by current base utilities. Remove the option and always build libc with floating-point support. Reported by: Oskar Holmlund <eovholmlund at gmail com> MFC after: 2 weeks
Diffstat (limited to 'tools')
-rw-r--r--tools/build/options/WITHOUT_FP_LIBC3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/build/options/WITHOUT_FP_LIBC b/tools/build/options/WITHOUT_FP_LIBC
deleted file mode 100644
index c92a9f82fcaf..000000000000
--- a/tools/build/options/WITHOUT_FP_LIBC
+++ /dev/null
@@ -1,3 +0,0 @@
-Build
-.Nm libc
-without floating-point support.