source: rtems/c/src/lib/libbsp/unix/posix/bsp_specs @ 4e36a2f

4.104.114.84.95
Last change on this file since 4e36a2f was 0d48220, checked in by Joel Sherrill <joel.sherrill@…>, on 05/21/98 at 16:38:54

Remove --start-group/--end-group pair to support non-GNU ld's.

  • Property mode set to 100644
File size: 139 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
Note: See TracBrowser for help on using the repository browser.