Makefile.inc revision 262722
1137284Scognet# $FreeBSD: head/lib/libc/arm/Makefile.inc 262722 2014-03-04 02:19:39Z marcel $
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
10262722SmarcelSYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol.map
11245651Sandrew
12245651Sandrew.if ${MK_ARM_EABI} == "no"
13245651Sandrew# This contains the symbols that were removed when moving to the ARM EABI
14262722SmarcelSYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol_oabi.map
15245655Sandrew.else
16262722Smarcel.include "${LIBC_SRCTOP}/arm/aeabi/Makefile.inc"
17245651Sandrew.endif
18245651Sandrew
19