summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bare/bsp_specs
blob: a2260f5c755f8ec5f94eca6d4abd017a2d2bbe81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
%rename endfile old_endfile
%rename startfile old_startfile
%rename link old_link

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

*link:
%(old_link) %{qrtems: -dc -dp -N -e start}