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

4.104.114.95
Last change on this file since 5023c874 was 5023c874, checked in by Joel Sherrill <joel.sherrill@…>, on 12/11/07 at 15:46:33

2007-12-11 Joel Sherrill <joel.sherrill@…>

  • bsp_specs, clock/clock.c, include/bsp.h, irq/irq.c, startup/bspclean.c, startup/bspstart.c: Eliminate copies of the Configuration Table. Use the RTEMS provided accessor macros to obtain configuration fields.
  • Property mode set to 100644
File size: 380 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 -u __vectors -N -u start -e start}
Note: See TracBrowser for help on using the repository browser.