mirror of
https://github.com/opnsense/src.git
synced 2026-04-12 12:56:47 -04:00
11 lines
179 B
Makefile
11 lines
179 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
|