source: rtems/c/src/lib/libbsp/unix/posix/bsp_specs @ 5c84407

4.104.114.84.95
Last change on this file since 5c84407 was 5c84407, checked in by Joel Sherrill <joel.sherrill@…>, on 05/18/98 at 14:41:33

Update from Ralf Corsepius.

  • Property mode set to 100644
File size: 165 bytes
Line 
1%rename lib old_lib
2
3*lib:
4%{!qrtems: %(old_lib)} \
5%{qrtems: --start-group %{!qrtems_debug: -lrtemsall } \
6%{qrtems_debug: -lrtemsall_g} \
7%(old_lib) --end-group}
8
Note: See TracBrowser for help on using the repository browser.