mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-22 19:05:08 -04:00
meso: skeleton buildsystem for kernel
This commit is contained in:
parent
6ee305464a
commit
3982afdd6b
9 changed files with 368 additions and 8 deletions
7
mesosphere/kernel/kernel.specs
Normal file
7
mesosphere/kernel/kernel.specs
Normal file
|
@ -0,0 +1,7 @@
|
|||
%rename link old_link
|
||||
|
||||
*link:
|
||||
%(old_link) -T %:getenv(TOPDIR /kernel.ld) -pie --gc-sections -z text -z nodynamic-undefined-weak -nostdlib -nostartfiles
|
||||
|
||||
*startfile:
|
||||
crti%O%s crtbegin%O%s
|
Loading…
Add table
Add a link
Reference in a new issue