1
0
mirror of https://github.com/marqs85/ossc.git synced 2025-07-16 10:24:03 +00:00
Files
ossc/software/sys_controller/link.riscv.ld
2025-01-23 20:01:10 +02:00

8 lines
164 B
Plaintext

/* not needed, but we need separate linker scripts anyway */
OUTPUT_ARCH(riscv)
/* required to correctly link newlib */
GROUP( -lc -lgcc )
INCLUDE link.common.ld