source:
rtems/c/src/lib/libbsp/unix/posix/bsp_specs
@
974d6ad8
Last change on this file since 974d6ad8 was 3d4e62fe, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/00 at 21:22:43 | |
---|---|
|
|
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.