Build fenv-vfp.c with the softfp float abi. Without this gcc generates an
incorrect assembly file that doesn't allow for vfp instructions.
This commit is contained in:
parent
7afd1d0205
commit
4f35216187
@ -7,3 +7,6 @@ SYM_MAPS += ${.CURDIR}/arm/Symbol.map
|
||||
ARCH_SRCS = fenv-softfp.c fenv-vfp.c
|
||||
.endif
|
||||
|
||||
CFLAGS.fenv-vfp.c= -mfloat-abi=softfp
|
||||
CFLAGS+= ${CFLAGS.${.IMPSRC:T}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user