mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 01:44:38 +00:00
6 lines
55 B
Plaintext
6 lines
55 B
Plaintext
SECTIONS
|
|
{
|
|
.text : { *(.text.*) }
|
|
. = ALIGN(4);
|
|
}
|