xref: /freebsd/lib/libc/riscv/Makefile.inc (revision a35f04fba2ebb8f86d4cbdc710c89a094572b08e)
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