summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/moxie/moxiesim/bsp_specs
blob: 0bcb1f9ac551056442c007d258728e859f7435c5 (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 -e _start crtbegin.o%s}}

*link:
%(old_link) %{!qrtems: %(old_link)} %{qrtems: crtend.o%s -dc -dp -N}