xref: /freebsd/lib/libc/riscv/Makefile.inc (revision ca86bcf2)
1# $FreeBSD$
2#
3# Machine dependent definitions for the RISC-V architecture.
4#
5
6.if ${MACHINE_ARCH:Mriscv*sf} != ""
7CFLAGS+=-DSOFTFLOAT
8.endif
9
10# Long double is quad precision
11GDTOASRCS+=strtorQ.c
12SRCS+=machdep_ldisQ.c
13SYM_MAPS+=${LIBC_SRCTOP}/riscv/Symbol.map
14