|
# 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} |