mirror of
https://github.com/marqs85/ossc
synced 2025-06-16 00:09:17 +03:00
8 lines
164 B
Plaintext
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
|