blob: 9df72b44a61911c3ce54178e5b9a96c5751de4fb (
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
SRCS+=machdep_ldisQ.c
SYM_MAPS+=${LIBC_SRCTOP}/riscv/Symbol.map
|