source: rtems/c/src/lib/libbsp/powerpc/mvme5500/bsp_specs @ 15ec224

4.104.114.84.95
Last change on this file since 15ec224 was 17e451a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/13/05 at 05:17:24

2005-11-13 Ralf Corsepius <ralf.corsepius@…>

  • bsp_specs: Remove %cpp.
  • Property mode set to 100644
File size: 664 bytes
Line 
1%rename lib old_lib
2%rename endfile old_endfile
3%rename startfile old_startfile
4%rename link old_link
5
6*lib:
7%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
8%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
9-lc -lgcc --end-group  \
10%{!qnolinkcmds: -T linkcmds%s}}}
11
12*startfile:
13%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems:  ecrti%O%s rtems_crti%O%s crtbegin.o%s  \
14%{!qrtems_debug: mvme5500start.o%s} \
15%{qrtems_debug: mvme5500start_g.o%s}}}
16
17*link:
18%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e __rtems_entry_point -u __vectors}
19
20*endfile:
21%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
Note: See TracBrowser for help on using the repository browser.