source: rtems/c/src/lib/libbsp/unix/posix/bsp_specs @ 3e6211b

Last change on this file since 3e6211b 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: 183 bytes
Line 
1%rename lib old_lib
2
3*lib:
4%{!qrtems: %(old_lib)} \
5%{qrtems: %{!qrtems_debug: -lrtemsbsp -lrtemscpu } \
6%{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
7%(old_lib) \
8%{qnolinkcmds: } }
9
Note: See TracBrowser for help on using the repository browser.