source: trunk/libs/newlib/src/libgloss/aarch64/elf-rdimon.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: 276 bytes
Line 
1# rdimon.specs
2#
3# Spec file for AArch64 baremetal newlib with version 2 of the
4# AngelAPI semi-hosting.
5
6%rename lib libc
7
8*libgloss:
9-lrdimon
10
11*lib:
12--start-group %(libc) %(libgloss) --end-group
13
14*startfile:
15crti%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.