repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
newlib: Regenerate autotools files
[newlib-cygwin.git]
/
libgloss
/
aarch64
/
elf-rdimon.specs
blob
be2373556209bed873e537c213ee5f327f1e7409
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:
15
crti%O%s crtbegin%O%s %{!pg:rdimon-crt0%O%s} %{pg:rdimon-crt0%O%s}