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

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

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