cvs commit: src/lib/libc Makefile

David Schultz das at FreeBSD.org
Sun May 2 03:55:25 PDT 2004


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


More information about the cvs-all mailing list