1137284Scognet# $FreeBSD: releng/10.2/lib/libc/arm/Makefile.inc 245655 2013-01-19 05:33:55Z 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
15245655Sandrew.else
16245655Sandrew.include "${.CURDIR}/arm/aeabi/Makefile.inc"
17245651Sandrew.endif
18245651Sandrew
19