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