source: rtems/c/src/lib/libbsp/sh/simsh4/bsp_specs @ a48dfc9

Last change on this file since a48dfc9 was a48dfc9, checked in by Joel Sherrill <joel.sherrill@…>, on 08/22/03 at 18:50:57

2003-08-22 Joel Sherrill <joel@…>

PR 445/bsps

  • bsp_specs: Hand edited to duplicate change Ralf applied to the CVS trunk.
  • Property mode set to 100644
File size: 424 bytes
Line 
1*lib:
2%{!qrtems: %(old_lib)} \
3%{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
4 -lc -lgcc --end-group \
5 %{!qnolinkcmds: %{ml: -T linkcmds-le%s} %{!ml: -T linkcmds%s}}}}
6
7*startfile:
8%{!qrtems: %(old_startfile)} \
9%{!nostdlib: %{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}}
10
11*link:
12%(old_link) %{qrtems: -dc -dp -N -e _start}
13
Note: See TracBrowser for help on using the repository browser.