source: rtems/c/src/lib/libbsp/powerpc/motorola_powerpc/bsp_specs @ 022ee19

Last change on this file since 022ee19 was 022ee19, checked in by Joel Sherrill <joel.sherrill@…>, on 11/16/04 at 22:57:50

2004-11-16 Richard Campbell <richard.campbell@…>

  • README.MVME2100: Update to include DBAT0.
  • bsp_specs: Fix spacing.
  • Property mode set to 100644
File size: 648 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: start.o%s} \
15%{qrtems_debug: start_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.