10 lines
197 B
Makefile
10 lines
197 B
Makefile
# $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
|