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
This commit is contained in:
Xin LI
2026-01-16 22:41:56 -08:00
parent afbb21bd1d
commit 8e6843db9b
13 changed files with 1 additions and 84 deletions
-1
View File
@@ -99,7 +99,6 @@ __DEFAULT_YES_OPTIONS = \
FINGER \
FLOPPY \
FORTH \
FP_LIBC \
FREEBSD_UPDATE \
FTP \
GAMES \