Makefile.inc (2b2714935bc7d030de3fdc88eae331a40f2d188d) | Makefile.inc (6fad3aaf157b3ab3d64b99ca7c14751124c044dd) |
---|---|
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 | 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 |
12SYM_MAPS+=${.CURDIR}/arm/Symbol.map |
|