Define __SOFT_FP__ for riscv64sf to avoid infinite recursion.
Submitted by: James Clarke <jrtc27@jrtc27.com> Reviewed by: imp Sponsored by: DARPA Differential Revision: https://reviews.freebsd.org/D22660
This commit is contained in:
parent
ec66aadd2b
commit
3487d66820
@ -241,3 +241,7 @@ SRCS+= sync_synchronize.S
|
|||||||
SRCS+= bswapdi2.c
|
SRCS+= bswapdi2.c
|
||||||
SRCS+= bswapsi2.c
|
SRCS+= bswapsi2.c
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
.if ${MACHINE_ARCH:Mriscv*sf}
|
||||||
|
CFLAGS+= -D__SOFT_FP__
|
||||||
|
.endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user