b6d434fc28
with softfloat or not. Now -msoft-float can be overridden more easily.
11 lines
194 B
Makefile
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
|