mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
8 lines
183 B
Makefile
8 lines
183 B
Makefile
#
|
|
# 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
|