]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/msun/arm/Makefile.inc
Load filesystem modules associated with allow.mount permissions.
[FreeBSD/stable/10.git] / lib / msun / arm / Makefile.inc
1 # $FreeBSD$
2
3 LDBL_PREC = 53
4 SYM_MAPS += ${.CURDIR}/arm/Symbol.map
5
6 .if ${TARGET_ARCH} == "armv6"
7 ARCH_SRCS = fenv-softfp.c fenv-vfp.c
8 .endif
9
10 CFLAGS.fenv-vfp.c=      -mfloat-abi=softfp
11 CFLAGS+=                ${CFLAGS.${.IMPSRC:T}}
12