mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 16:39:43 +00:00
0b4fd4328d
the homebrew launcher. - force align the stack pointer to 8 bytes. - add --gc-sections to the link specs
9 lines
172 B
Plaintext
9 lines
172 B
Plaintext
%rename link old_link
|
|
|
|
*link:
|
|
%(old_link) -T 3dsx.ld%s -d --emit-relocs --use-blx --gc-sections
|
|
|
|
*startfile:
|
|
ctr/3dsx_custom_crt0%O%s crti%O%s crtbegin%O%s
|
|
|