Fix modern ld_script
This commit is contained in:
@@ -37,7 +37,7 @@ SECTIONS {
|
|||||||
.text :
|
.text :
|
||||||
ALIGN(4)
|
ALIGN(4)
|
||||||
{
|
{
|
||||||
asm/crt0.o(.text);
|
src/crt0.o(.text);
|
||||||
*(.text*);
|
*(.text*);
|
||||||
} =0
|
} =0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user