fix compilation on modern

This commit is contained in:
Kurausukun 2022-01-22 20:38:41 -05:00
parent 317e302147
commit 3b756bfb3d
1 changed files with 1 additions and 0 deletions

View File

@ -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*);