mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-24 19:54:22 -04:00
Use specs file, remove -nostartfiles
This commit is contained in:
parent
0258324872
commit
5bade9ee1c
4 changed files with 17 additions and 19 deletions
7
exosphere/linker.specs
Normal file
7
exosphere/linker.specs
Normal file
|
@ -0,0 +1,7 @@
|
|||
%rename link old_link
|
||||
|
||||
*link:
|
||||
%(old_link) -T linker.ld --nmagic --gc-sections
|
||||
|
||||
*startfile:
|
||||
crti%O%s crtbegin%O%s
|
Loading…
Add table
Add a link
Reference in a new issue