]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/arm/Makefile.inc
Update compiler-rt to trunk r230183. This has some of our patches
[FreeBSD/FreeBSD.git] / lib / libc / arm / Makefile.inc
1 # $FreeBSD$
2 #
3 # Machine dependent definitions for the arm architecture.
4 #
5
6 SOFTFLOAT_BITS=32
7
8 # Long double is just double precision.
9 MDSRCS+=machdep_ldisd.c
10 SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol.map
11
12 .include "${LIBC_SRCTOP}/arm/aeabi/Makefile.inc"
13
14 .if ${MACHINE_ARCH:Marm*hf*} != ""
15 SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol_vfp.map
16 .endif
17