d422e6f9b5
dependent functions have been implemented, but this is enough for world. Differential Revision: https://reviews.freebsd.org/D2132 Reviewed by: emaste Sponsored by: The FreeBSD Foundation
10 lines
203 B
Makefile
10 lines
203 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Machine dependent definitions for the arm 64-bit architecture.
|
|
#
|
|
|
|
# Long double is quad precision
|
|
GDTOASRCS+=strtorQ.c
|
|
MDSRCS+=machdep_ldisQ.c
|
|
SYM_MAPS+=${LIBC_SRCTOP}/aarch64/Symbol.map
|