Deleted Added
full compact
Makefile.inc (140279) Makefile.inc (143858)
1# $FreeBSD: head/lib/libc/arm/Makefile.inc 140279 2005-01-15 05:23:58Z das $
1# $FreeBSD: head/lib/libc/arm/Makefile.inc 143858 2005-03-20 00:53:52Z cognet $
2#
3# Machine dependent definitions for the arm architecture.
4#
5
6SOFTFLOAT_BITS=32
7
8CFLAGS+=-DSOFTFLOAT
9
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
10# Long double is just double precision.
11MDSRCS+=machdep_ldisd.c