mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
12 lines
215 B
Makefile
12 lines
215 B
Makefile
# $FreeBSD$
|
|
#
|
|
# Machine dependent definitions for the arm architecture.
|
|
#
|
|
|
|
SOFTFLOAT_BITS=32
|
|
|
|
CFLAGS+=-DSOFTFLOAT
|
|
|
|
# Long double is just double precision.
|
|
MDSRCS+=machdep_ldisd.c
|
|
SYM_MAPS+=${.CURDIR}/arm/Symbol.map
|