freebsd-dev/lib/libc/sparc64/Makefile.inc
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

16 lines
259 B
Makefile

# $FreeBSD$
#
# Machine dependent definitions for the ultra sparc architecture.
#
.include "fpu/Makefile.inc"
#
# sparc64 is 64-bit, so it doesn't need quad functions.
#
NO_QUAD=
# Long double is quad precision
GDTOASRCS+=strtopQ.c
MDSRCS+=machdep_ldisQ.c