mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-15 03:27:49 +01:00
kernel_ldr: ensure crt0 is at start of output binary
This commit is contained in:
parent
8efdd04fcd
commit
3c7c1fbd8a
@ -16,7 +16,7 @@ SECTIONS
|
||||
|
||||
.crt0 :
|
||||
{
|
||||
KEEP (*(.crt0))
|
||||
KEEP (*(.crt0 .crt0.*))
|
||||
. = ALIGN(8);
|
||||
} :krnlldr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user