mirror of https://github.com/pret/pokeemerald.git
fix compilation on modern
This commit is contained in:
parent
317e302147
commit
3b756bfb3d
|
@ -27,6 +27,7 @@ SECTIONS {
|
|||
/* .bss starts at 0x3000000 */
|
||||
src/*.o(.bss);
|
||||
gflib/*.o(.bss);
|
||||
data/*.o(.bss);
|
||||
*libc.a:*.o(.bss*);
|
||||
*libnosys.a:*.o(.bss*);
|
||||
|
||||
|
|
Loading…
Reference in New Issue