diff options
Diffstat (limited to 'lib/libc/riscv/Makefile.inc')
-rw-r--r-- | lib/libc/riscv/Makefile.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libc/riscv/Makefile.inc b/lib/libc/riscv/Makefile.inc new file mode 100644 index 0000000000000..9df72b44a6191 --- /dev/null +++ b/lib/libc/riscv/Makefile.inc @@ -0,0 +1,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 |