Date: Sun, 2 May 2004 03:55:07 -0700 (PDT) From: David Schultz <das@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc Makefile Message-ID: <200405021055.i42At76t019943@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
das 2004/05/02 03:55:07 PDT FreeBSD src repository Modified files: lib/libc Makefile Log: Add option NO_FP_LIBC, which disables floating-point support in *printf() and *scanf(). Currently, this reduces the size of libc.so by 9K on i386. But the real savings are for static binaries that use *printf() or *scanf() but not strtod(); with an FP-disabled libc, these binaries will not depend on the gdtoa routines, making each binary about 22K smaller. Revision Changes Path 1.51 +3 -0 src/lib/libc/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405021055.i42At76t019943>