source: trunk/libs/newlib/src/libgloss/arm/elf-aprofile-ve.specs @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 539 bytes
Line 
1# aprofile-ve.specs
2#
3# Spec file for AArch32 A profile baremetal newlib, libgloss on VE platform with AngelAPI
4# semi-hosting version 2 using the SVC 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
17
18*lib:
19cpu-init/rdimon-aem.o%s --start-group %(libc) %(libgloss) --end-group
20
21*startfile:
22crti%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.