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:
400 bytes
|
Line | |
---|
1 | # rdimon-v2m.specs |
---|
2 | # |
---|
3 | # Spec file for AArch64 baremetal newlib with version 2 of the |
---|
4 | # AngelAPI semi-hosting. This version is intended for AArch64/AArch32 |
---|
5 | # mixed mode executables and as such uses the HLT trap instructions. |
---|
6 | # |
---|
7 | # This version supports extensibility through an extension mechanism. |
---|
8 | |
---|
9 | %rename link old_link |
---|
10 | |
---|
11 | *link: |
---|
12 | %(old_link) -lrdimon-v2m |
---|
13 | |
---|
14 | *startfile: |
---|
15 | rdimon-crt0-v2m%O%s |
---|
16 | |
---|
Note: See
TracBrowser
for help on using the repository browser.