fix linker script

This commit is contained in:
Corwin Kuiper 2021-04-10 20:02:34 +01:00 committed by Corwin
parent ec4e11b44a
commit 473f75f20d

2
gba.ld
View file

@ -15,7 +15,7 @@ SECTIONS {
. = __text_start; . = __text_start;
.crt0 : { .crt0 : {
KEEP (*(.crt0)); KEEP (crt0.o(.text));
. = ALIGN(4); . = ALIGN(4);
} > rom } > rom