summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/virtex5/bsp_specs
blob: 98864c9398f9e4ec50efef457d7cb83fac9a831c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
%rename startfile old_startfile
%rename link      old_link
%rename endfile   old_endfile


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

*link:
%{!qrtems: %(old_link)} \
%{qrtems: -dc -dp -Bstatic -u __vectors -u download_entry -N }

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