mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-09-08 18:45:23 -05:00
updated to latest patches
This commit is contained in:
@@ -167,6 +167,7 @@ SECTIONS
|
||||
__bss_start__ = ABSOLUTE(.);
|
||||
*(.dynbss)
|
||||
*(.gnu.linkonce.b*)
|
||||
*(.bss*)
|
||||
*(COMMON)
|
||||
. = ALIGN(4); /* REQUIRED. LD is flaky without it. */
|
||||
} >iwram
|
||||
|
||||
Reference in New Issue
Block a user