2004-11-05 23:51:24 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
# Machine dependent definitions for the arm architecture.
|
|
|
|
#
|
|
|
|
|
|
|
|
SOFTFLOAT_BITS=32
|
|
|
|
|
2005-03-20 00:53:52 +00:00
|
|
|
# Long double is just double precision.
|
|
|
|
MDSRCS+=machdep_ldisd.c
|
2014-03-04 02:19:39 +00:00
|
|
|
SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol.map
|
2013-01-19 04:11:45 +00:00
|
|
|
|
|
|
|
.if ${MK_ARM_EABI} == "no"
|
|
|
|
# This contains the symbols that were removed when moving to the ARM EABI
|
2014-03-04 02:19:39 +00:00
|
|
|
SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol_oabi.map
|
2013-01-19 05:33:55 +00:00
|
|
|
.else
|
2014-03-04 02:19:39 +00:00
|
|
|
.include "${LIBC_SRCTOP}/arm/aeabi/Makefile.inc"
|
2013-01-19 04:11:45 +00:00
|
|
|
.endif
|
|
|
|
|