Makefile.inc revision 245651
1137284Scognet# $FreeBSD: head/lib/libc/arm/Makefile.inc 245651 2013-01-19 04:11:45Z andrew $
2137284Scognet#
3137284Scognet# Machine dependent definitions for the arm architecture.
4137284Scognet#
5137284Scognet
6137284ScognetSOFTFLOAT_BITS=32
7137284Scognet
8143858Scognet# Long double is just double precision.
9143858ScognetMDSRCS+=machdep_ldisd.c
10156613SdeischenSYM_MAPS+=${.CURDIR}/arm/Symbol.map
11245651Sandrew
12245651Sandrew.if ${MK_ARM_EABI} == "no"
13245651Sandrew# This contains the symbols that were removed when moving to the ARM EABI
14245651SandrewSYM_MAPS+=${.CURDIR}/arm/Symbol_oabi.map
15245651Sandrew.endif
16245651Sandrew
17