source: rtems/c/src/lib/libbsp/i960/rxgen960/bsp_specs @ c8f3e82

Last change on this file since c8f3e82 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: 507 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)} \
8%{!nostdlib: %{qrtems: --start-group -lc \
9%{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
10-lgcc --end-group \
11 %{!qnolinkcmds: -T linkcmds%s}}}
12
13*startfile:
14%{!qrtems: %(old_startfile)} \
15%{qrtems: %{qrtems_debug: rxgen_romld_g.o%s} %{!qrtems_debug: rxgen_romld.o%s}}}
16
17*link:
18%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}
19
Note: See TracBrowser for help on using the repository browser.