mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
8 lines
189 B
Makefile
8 lines
189 B
Makefile
#
|
|
# 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
|