Welcome to mirror list, hosted at ThFree Co, Russian Federation.

elf-aem-v8-r.specs « aarch64 « libgloss - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4daeffd11932288562600acaa0c982a73e4bb776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# elf-aem-v8-r.specs
#
# Spec file for AArch64 baremetal newlib, libgloss on Armv8-R with version 2 of
# AngelAPI semi-hosting.

%rename link old_link

*link:
-Ttext-segment 0x10000 %(old_link)

%rename lib libc

*libgloss:
-lrdimon

*lib:
cpu-init/rdimon-aem-v8-r.o%s --start-group %(libc) %(libgloss) --end-group

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