source: rtems/c/src/lib/libbsp/powerpc/mpc55xxevb/bsp_specs @ 0cb39e8

4.104.114.95
Last change on this file since 0cb39e8 was 574fb67, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 07/14/08 at 16:15:28

updated gen83xx BSP
updated haleakala BSP
added MPC55xx BSP

  • Property mode set to 100644
File size: 367 bytes
Line 
1%rename endfile old_endfile
2%rename startfile old_startfile
3%rename link old_link
4
5*startfile:
6%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems:  ecrti%O%s rtems_crti%O%s \
7%{!qrtems_debug: start.o%s} \
8%{qrtems_debug: start_g.o%s}}}
9
10*endfile:
11%{!qrtems: %(old_endfile)} %{qrtems: ecrtn.o%s}
12
13*link:
14%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -u start -e start}
Note: See TracBrowser for help on using the repository browser.