Build DTrace assym.o with -msoft-float flag for RISC-V so we have
correct flag in ELF file. Sponsored by: DARPA, AFRL Sponsored by: HEIF5
This commit is contained in:
parent
76608ba084
commit
d62b81d28b
@ -58,6 +58,11 @@ assym.o: assym.s
|
||||
${AS} -meabi=5 -o assym.o assym.s
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_CPUARCH} == "riscv"
|
||||
assym.o: assym.s
|
||||
${AS} -msoft-float -o assym.o assym.s
|
||||
.endif
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
||||
CFLAGS+= -include ${SYSDIR}/cddl/compat/opensolaris/sys/debug_compat.h
|
||||
|
Loading…
Reference in New Issue
Block a user