Marcel Moolenaar
8876613dc5
Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP}
...
if not already defined. This allows building libc from outside of
lib/libc using a reach-over makefile.
A typical use-case is to build a standard ILP32 version and a COMPAT32
version in a single iteration by building the COMPAT32 version using a
reach-over makefile.
Obtained from: Juniper Networks, Inc.
2014-03-04 02:19:39 +00:00
David Schultz
9c90f85a6b
In scanf, round according to the current rounding mode.
2007-12-03 07:17:33 +00:00
Ruslan Ermilov
3029eff743
Desupport the undocumented NO_QUAD option, just don't compile
...
the quad support on 64-bit platforms.
2006-03-16 14:22:19 +00:00
Daniel Eischen
6fad3aaf15
Add each directory's symbol map file to SYM_MAPS.
2006-03-13 01:15:01 +00:00
David Schultz
bd15659f64
Eliminate gdtoa.mk and move its contents to ${MACHINE_ARCH}/Makefile.inc.
...
The purpose of having a separate file involved an abandoned scheme that
would have kept contrib/gdtoa out of the include path for the rest of libc.
2005-01-15 05:23:58 +00:00
Ruslan Ermilov
a35d88931c
For variables that are only checked with defined(), don't provide
...
any fake value.
2004-10-24 15:33:08 +00:00
Peter Wemm
58452af3e5
Turn off the libc/quad functions since they are not needed for amd64
...
and just cause lots of warnings.
2003-07-22 06:34:57 +00:00