Fix EWRAM_DATA wildcards
`ewram_data` not `.ewram_data`, doh!
This commit is contained in:
@@ -20,8 +20,8 @@ SECTIONS {
|
|||||||
. = 0x1C000;
|
. = 0x1C000;
|
||||||
|
|
||||||
INCLUDE "sym_ewram.ld"
|
INCLUDE "sym_ewram.ld"
|
||||||
src/*.o(.ewram_data);
|
src/*.o(ewram_data);
|
||||||
gflib/*.o(.ewram_data);
|
gflib/*.o(ewram_data);
|
||||||
|
|
||||||
*libc.a:impure.o(.data);
|
*libc.a:impure.o(.data);
|
||||||
*libc.a:locale.o(.data);
|
*libc.a:locale.o(.data);
|
||||||
|
|||||||
Reference in New Issue
Block a user