summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/virtex5/bsp_specs
blob: ccbea2690cd6726b9fd71c08cdeb1ca76eeb966a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
%rename startfile old_startfile
%rename endfile   old_endfile

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

*endfile:
%{!qrtems: %(old_endfile)} \
%{qrtems: crtend.o%s ecrtn.o%s}