source: rtems/c/src/lib/libbsp/no_cpu/no_bsp/bsp_specs @ c61c097

4.104.114.84.95
Last change on this file since c61c097 was 8fec915, checked in by Joel Sherrill <joel.sherrill@…>, on 01/04/02 at 17:32:07

2001-12-22 Ralf Corsepius <corsepiu@…>

  • bsp_specs: Replace -lrtemsall with -lrtemsbsp -lrtemscpu, replace -lrtemsall_g with -lrtemsbsp_g -lrtemscpu_g.
  • Property mode set to 100644
File size: 304 bytes
Line 
1%rename cpp old_cpp
2%rename lib old_lib
3
4*cpp:
5%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
6
7*lib:
8%{!qrtems: %(old_lib)} \
9%{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
10 -lc -lgcc --end-group \
11 %{!qnolinkcmds: -T linkcmds%s}}
12
Note: See TracBrowser for help on using the repository browser.