2b2714935b
endian cases.
12 lines
179 B
Makefile
12 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
|