source: trunk/libs/newlib/src/libgloss/arm/elf-aprofile-validation.specs @ 559

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

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

File size: 557 bytes
Line 
1# aprofile-validation.specs
2#
3# Spec file for AArch32 A profile baremetal newlib, libgloss on
4# VALIDATION platform with AngelAPI semi-hosting version 2 using the SVC
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
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%O%s} %{pg:rdimon-crt0%O%s}
Note: See TracBrowser for help on using the repository browser.