blob: be880c6dc1c973b29a9d5a79d685e40c97e1f490 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
#
# Machine dependent definitions for the arm 64-bit architecture.
#
# Long double is quad precision
GDTOASRCS+=strtorQ.c
SRCS+=machdep_ldisQ.c
SYM_MAPS+=${LIBC_SRCTOP}/aarch64/Symbol.map
|