mirror of
https://github.com/marqs85/ossc.git
synced 2024-11-05 04:05:39 +00:00
8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
/* 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
|