mirror of
https://github.com/opnsense/src.git
synced 2026-02-16 17:19:56 -05:00
17 lines
336 B
Makefile
17 lines
336 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Machine dependent definitions for the arm architecture.
|
|
#
|
|
|
|
SOFTFLOAT_BITS=32
|
|
|
|
# Long double is just double precision.
|
|
MDSRCS+=machdep_ldisd.c
|
|
SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol.map
|
|
|
|
.include "${LIBC_SRCTOP}/arm/aeabi/Makefile.inc"
|
|
|
|
.if ${MACHINE_ARCH:Marm*hf*} != ""
|
|
SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol_vfp.map
|
|
.endif
|
|
|