]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/arm/Makefile.inc
zfs: merge openzfs/zfs@03e9caaec
[FreeBSD/FreeBSD.git] / lib / libc / arm / Makefile.inc
1 #
2 # Machine dependent definitions for the arm architecture.
3 #
4
5 SOFTFLOAT_BITS=32
6
7 # Long double is just double precision.
8 SRCS+=machdep_ldisd.c
9 SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol.map
10
11 .include "${LIBC_SRCTOP}/arm/aeabi/Makefile.inc"
12
13 .if !defined(CPUTYPE) || ${CPUTYPE:M*soft*} == ""
14 SYM_MAPS+=${LIBC_SRCTOP}/arm/Symbol_vfp.map
15 .endif
16