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

4.104.114.84.95
Last change on this file since d7588ef 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
RevLine 
[5c84407]1%rename lib old_lib
2
3*lib:
4%{!qrtems: %(old_lib)} \
[0d48220]5%{qrtems: %{!qrtems_debug: -lrtemsall } \
[5c84407]6%{qrtems_debug: -lrtemsall_g} \
[0d48220]7%(old_lib)}
[5c84407]8
Note: See TracBrowser for help on using the repository browser.