source: rtems/c/src/lib/libbsp/unix/posix/bsp_specs @ 969de1f3

4.104.114.84.95
Last change on this file since 969de1f3 was 3d4e62fe, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/00 at 21:22:43

2000-10-30 Ralf Corsepius <corsepiu@…>

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