source: rtems/c/src/lib/libbsp/powerpc/tqm8xx/bsp_specs @ 63de714c

4.104.114.95
Last change on this file since 63de714c was 63de714c, checked in by Thomas Doerfler <Thomas.Doerfler@…>, on 09/08/08 at 09:55:39

added new BSP for TQM8xx boards

  • Property mode set to 100644
File size: 406 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  crtbegin.o%s  \
7%{!qrtems_debug: start.o%s} \
8%{qrtems_debug: start_g.o%s}}}
9
10*endfile:
11%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn%O%s}
12
13*link:
14%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N -u start -e start}
Note: See TracBrowser for help on using the repository browser.