summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/tms570/bsp_specs
blob: 9c4b57c5782b8c8d5d53ccdcc6b0f337e024d0f2 (plain) (blame)
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 }