summaryrefslogtreecommitdiffstats
path: root/libgloss/aarch64/elf-rdimon.specs
blob: be2373556209bed873e537c213ee5f327f1e7409 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# rdimon.specs
#
# Spec file for AArch64 baremetal newlib with version 2 of the
# AngelAPI semi-hosting.

%rename lib libc

*libgloss:
-lrdimon

*lib:
--start-group %(libc) %(libgloss) --end-group

*startfile:
crti%O%s crtbegin%O%s %{!pg:rdimon-crt0%O%s} %{pg:rdimon-crt0%O%s}