mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-22 01:54:32 -05:00
Merge pull request #9 from yifanlu/master
Add support for changing start address in 3dsx linker script
This commit is contained in:
commit
f9dd6655ec
|
|
@ -13,8 +13,8 @@ SECTIONS
|
|||
{
|
||||
/* =========== CODE section =========== */
|
||||
|
||||
. = 0x100000;
|
||||
__start__ = . ;
|
||||
PROVIDE(__start__ = 0x100000);
|
||||
. = __start__;
|
||||
|
||||
.text ALIGN(0x1000) :
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user