2001-10-26 05:40:07 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# Machine dependent definitions for the ultra sparc architecture.
|
|
|
|
#
|
|
|
|
|
2002-03-05 00:00:40 +00:00
|
|
|
.include "fpu/Makefile.inc"
|
|
|
|
|
2015-04-02 21:18:11 +00:00
|
|
|
SRCS+= trivial-vdso_tc.c
|
2013-01-30 12:48:16 +00:00
|
|
|
|
2005-01-15 05:23:58 +00:00
|
|
|
# Long double is quad precision
|
2007-12-03 07:17:33 +00:00
|
|
|
GDTOASRCS+=strtorQ.c
|
2005-01-15 05:23:58 +00:00
|
|
|
MDSRCS+=machdep_ldisQ.c
|
2014-03-04 02:19:39 +00:00
|
|
|
SYM_MAPS+=${LIBC_SRCTOP}/sparc64/Symbol.map
|