summaryrefslogtreecommitdiff
path: root/bsps/arm/gdbarmsim/start/bsp_specs
blob: 47dd31d46b4d1faf41e883c283b372a8153e4023 (plain)
1
2
3
4
5
6
7
8
9
%rename endfile old_endfile
%rename startfile old_startfile

*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}

*endfile:
%{!qrtems: %(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s}