0bfee92849
Reviewed by: andrew, emaste, kib Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision: https://reviews.freebsd.org/D4943
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
|