blob: b22190353e32c904efae745a5f756cdd4e443c72 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $FreeBSD$
#
# Machine dependent definitions for the RISC-V architecture.
#
# Long double is quad precision
GDTOASRCS+=strtorQ.c
MDSRCS+=machdep_ldisQ.c
SYM_MAPS+=${LIBC_SRCTOP}/riscv/Symbol.map
|