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

*startfile:
%{!qrtems: %(old_startfile)} %{!nostdlib: \
  %{qrtems:  ecrti%O%s rtems_crti%O%s -e start \
  %{!qrtems_debug: start.o%s} \
  %{qrtems_debug: start_g.o%s}}}

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

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