Rename the fp{get,set}* files so they no longer conflict with the softfloat
version of these files. Keep them within this directory so they can be used to implement the armv6 version of these functions.
This commit is contained in:
parent
f172ef758e
commit
3f5730095b
@ -11,6 +11,6 @@ SRCS+= divsi3.S
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "armv6hf"
|
||||
SRCS+= fpgetmask.c fpgetround.c fpgetsticky.c fpsetmask.c fpsetround.c \
|
||||
fpsetsticky.c
|
||||
SRCS+= fpgetmask_vfp.c fpgetround_vfp.c fpgetsticky_vfp.c fpsetmask_vfp.c \
|
||||
fpsetround_vfp.c fpsetsticky_vfp.c
|
||||
.endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user