541236cf60
Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D2152
14 lines
259 B
Makefile
14 lines
259 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Machine dependent definitions for the ultra sparc architecture.
|
|
#
|
|
|
|
.include "fpu/Makefile.inc"
|
|
|
|
SRCS+= trivial-vdso_tc.c
|
|
|
|
# Long double is quad precision
|
|
GDTOASRCS+=strtorQ.c
|
|
MDSRCS+=machdep_ldisQ.c
|
|
SYM_MAPS+=${LIBC_SRCTOP}/sparc64/Symbol.map
|