freebsd-dev/lib/libc/arm/Makefile.inc
Marcel Moolenaar b6d434fc28 Use GCC's __SOFTFP__ to test whether we're being compiled
with softfloat or not. Now -msoft-float can be overridden
more easily.
2009-05-31 02:03:40 +00:00

11 lines
194 B
Makefile

# $FreeBSD$
#
# Machine dependent definitions for the arm architecture.
#
SOFTFLOAT_BITS=32
# Long double is just double precision.
MDSRCS+=machdep_ldisd.c
SYM_MAPS+=${.CURDIR}/arm/Symbol.map