]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/libc/riscv/Makefile.inc
Remove architecture specific sigreturn.S files.
[FreeBSD/FreeBSD.git] / lib / libc / riscv / Makefile.inc
1 # $FreeBSD$
2 #
3 # Machine dependent definitions for the RISC-V architecture.
4 #
5
6 .if ${MACHINE_ARCH:Mriscv*sf} != ""
7 CFLAGS+=-DSOFTFLOAT
8 .endif
9
10 # Long double is quad precision
11 GDTOASRCS+=strtorQ.c
12 SRCS+=machdep_ldisQ.c
13 SYM_MAPS+=${LIBC_SRCTOP}/riscv/Symbol.map