17 lines
299 B
Makefile
17 lines
299 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
|
|
SYM_MAPS+=${.CURDIR}/sparc64/Symbol.map
|