1
0
mirror of https://github.com/marqs85/ossc.git synced 2024-06-15 17:29:46 +00:00
ossc/software/sys_controller/link.riscv.ld

8 lines
181 B
Plaintext
Raw Normal View History

2018-10-05 22:07:53 +00:00
/* not needed, but we need separate linker scripts anyway */
OUTPUT_ARCH(riscv)
/* required to correctly link newlib */
GROUP( -lc -lgloss -lgcc -lsupc++ )
INCLUDE link.common.ld