source: trunk/libs/newlib/src/libgloss/arm/elf-aprofile-validation-v2m.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: 573 bytes
Line 
1# aprofile-validation-v2m.specs
2#
3# Spec file for AArch32 A profile baremetal newlib, libgloss on
4# VALIDATION platform with AngelAPI semi-hosting version 2 using the HLT
5# trap instruction.
6#
7# This Spec file is also appropriate for the foundation model.
8
9%rename link old_link
10
11*link:
12--defsym=_rdimon_vector_base=0x00000000 -Ttext-segment=0x00010000 %(old_link)
13
14%rename lib libc
15
16*libgloss:
17-lrdimon-v2m
18
19*lib:
20cpu-init/rdimon-aem.o%s --start-group %(libc) %(libgloss) --end-group
21
22*startfile:
23crti%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.