source:
rtems/c/src/lib/libbsp/unix/posix/bsp_specs
@
fe2401b2
Last change on this file since fe2401b2 was 5c84407, checked in by Joel Sherrill <joel.sherrill@…>, on 05/18/98 at 14:41:33 | |
---|---|
|
|
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.