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