source: rtems/c/src/lib/libbsp/powerpc/gen5200/bsp_specs @ d8b2e89c

4.104.114.95
Last change on this file since d8b2e89c was d8b2e89c, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 09/03/08 at 15:40:46

update to current PPC exception and memory map structure

  • 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.