mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-27 07:31:35 +00:00
10 lines
96 B
Plaintext
10 lines
96 B
Plaintext
|
/* Script for ld testsuite */
|
||
|
OUTPUT_ARCH(arm)
|
||
|
SECTIONS
|
||
|
{
|
||
|
.rodata :
|
||
|
{
|
||
|
*(.rodata*)
|
||
|
}
|
||
|
}
|