Last change
on this file since 546 was
444,
checked in by satin@…, 6 years ago
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
File size:
628 bytes
|
Line | |
---|
1 | # rdimon.specs |
---|
2 | # |
---|
3 | # Spec file for AArch64 baremetal newlib with version 2 of the |
---|
4 | # AngelAPI semi-hosting using the SVC trap instruction. |
---|
5 | # |
---|
6 | # This version supports extensibility through an extension mechanism. |
---|
7 | |
---|
8 | %rename link_gcc_c_sequence rdimon_link_gcc_c_sequence |
---|
9 | |
---|
10 | *rdimon_libc: |
---|
11 | %{!specs=nano.specs:-lc} %{specs=nano.specs:-lc_nano} |
---|
12 | |
---|
13 | *rdimon_libgloss: |
---|
14 | %{!specs=nano.specs:-lrdimon} %{specs=nano.specs:-lrdimon_nano} |
---|
15 | |
---|
16 | *link_gcc_c_sequence: |
---|
17 | %(rdimon_link_gcc_c_sequence) --start-group %G %(rdimon_libc) %(rdimon_libgloss) --end-group |
---|
18 | |
---|
19 | *startfile: |
---|
20 | crti%O%s crtbegin%O%s %{!pg:rdimon-crt0%O%s} %{pg:rdimon-crt0%O%s} |
---|
21 | |
---|
Note: See
TracBrowser
for help on using the repository browser.