freebsd-dev/lib/msun/riscv/Makefile.inc
Ruslan Bukin 7804dd5212 Add full softfloat and hardfloat support for RISC-V.
Hardfloat is now default (use riscv64sf as TARGET_ARCH
for softfloat).

Sponsored by:	DARPA, AFRL
Differential Revision:	https://reviews.freebsd.org/D8529
2016-11-16 15:21:32 +00:00

9 lines
133 B
Makefile

# $FreeBSD$
.if ${MACHINE_ARCH:Mriscv*sf} != ""
CFLAGS+=-DSOFTFLOAT
.endif
LDBL_PREC = 113
SYM_MAPS += ${.CURDIR}/riscv/Symbol.map