History log of /netbsd-src/external/gpl3/gcc/dist/libgcc/config/riscv/t-netbsd (Results 1 – 2 of 2)
Revision Date Author Comments
# 326d89ec 17-Apr-2019 mrg <mrg@NetBSD.org>

- define __riscv__ again
- define *intptr_t in terms of 'long int' always
- move fixtfdi.c, fixunstfdi.c, floatditf.c, and floatunditf.c into t-netbsd64
- remove duplicated riscv case in config.gcc,

- define __riscv__ again
- define *intptr_t in terms of 'long int' always
- move fixtfdi.c, fixunstfdi.c, floatditf.c, and floatunditf.c into t-netbsd64
- remove duplicated riscv case in config.gcc, reducing upstream diff as well
- regen riscv64 mknative

show more ...


# 1b3d5424 16-Apr-2019 mrg <mrg@NetBSD.org>

list a bunch of soft-fp as present in the current risc64 libgcc defs.mk.
this makes mknative-gcc work without breaking maya's manual work.