Last change
on this file since 679 was
444,
checked in by satin@…, 6 years ago
|
add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc
|
File size:
459 bytes
|
Line | |
---|
1 | # aem-ve.specs |
---|
2 | # |
---|
3 | # Spec file for AArch64 baremetal newlib, libgloss on VE platform with version 2 |
---|
4 | # of AngelAPI semi-hosting. |
---|
5 | # |
---|
6 | # This Spec file is also appropriate for the foundation model. |
---|
7 | |
---|
8 | %rename link old_link |
---|
9 | |
---|
10 | *link: |
---|
11 | -Ttext-segment 0x80000000 %(old_link) |
---|
12 | |
---|
13 | %rename lib libc |
---|
14 | |
---|
15 | *libgloss: |
---|
16 | -lrdimon |
---|
17 | |
---|
18 | *lib: |
---|
19 | cpu-init/rdimon-aem-el3.o%s --start-group %(libc) %(libgloss) --end-group |
---|
20 | |
---|
21 | *startfile: |
---|
22 | crti%O%s crtbegin%O%s %{!pg:rdimon-crt0%O%s} %{pg:rdimon-crt0%O%s} |
---|
Note: See
TracBrowser
for help on using the repository browser.