source: trunk/libs/newlib/src/libgloss/arm/elf-rdimon-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: 726 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 instruction.
6#
7# This version supports extensibility through an extension mechanism.
8
9%rename link_gcc_c_sequence                rdimon_link_gcc_c_sequence
10
11*rdimon_libc:
12%{!specs=nano.specs:-lc} %{specs=nano.specs:-lc_nano}
13
14*rdimon_libgloss:
15%{!specs=nano.specs:-lrdimon-v2m} %{specs=nano.specs:-lrdimon_nano}
16
17*link_gcc_c_sequence:
18%(rdimon_link_gcc_c_sequence) --start-group %G %(rdimon_libc) %(rdimon_libgloss) --end-group
19
20*startfile:
21crti%O%s crtbegin%O%s %{!pg:rdimon-crt0-v2m%O%s} %{pg:rdimon-crt0-v2m%O%s}
22
Note: See TracBrowser for help on using the repository browser.