xref: /freebsd/lib/libc/arm/Makefile.inc (revision 6af83ee0d2941d18880b6aaa2b4facd1d30c6106)
1# $FreeBSD$
2#
3# Machine dependent definitions for the arm architecture.
4#
5
6SOFTFLOAT_BITS=32
7
8CFLAGS+=-DSOFTFLOAT
9
10# Long double is 80 bits
11GDTOASRCS+=strtopx.c
12MDSRCS+=machdep_ldisx.c
13