source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/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: 235 bytes
Line 
1%rename lib old_lib
2
3*lib:
4%{!qrtems: %(old_lib)} \
5%{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
6 -lc -lgcc --end-group \
7 %{!qnolinkcmds: -T linkcmds%s}}}
8
Note: See TracBrowser for help on using the repository browser.