mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
59f6130d2a
Sponsored by: EMC / Isilon Storage Division
11 lines
190 B
Makefile
11 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
LDBL_PREC = 53
|
|
SYM_MAPS += ${.CURDIR}/arm/Symbol.map
|
|
|
|
.if ${TARGET_ARCH} == "armv6"
|
|
ARCH_SRCS = fenv-softfp.c fenv-vfp.c
|
|
.endif
|
|
|
|
CFLAGS.fenv-vfp.c= -mfpu=vfp -mfloat-abi=softfp
|