Makefile.inc (b626f5a73a48f44a31a200291b141e1da408a2ff) | Makefile.inc (0bfee928495a332de4ca4786561f8ec37c149e49) |
---|---|
1# $FreeBSD$ | 1# $FreeBSD$ |
2# 3# Machine dependent definitions for the RISC-V architecture. 4# 5 6# Long double is quad precision 7GDTOASRCS+=strtorQ.c 8MDSRCS+=machdep_ldisQ.c 9SYM_MAPS+=${LIBC_SRCTOP}/riscv/Symbol.map |
|