Files
rtems/c/src/lib/libbsp/unix/posix/bsp_specs
Joel Sherrill 3d4e62feda 2000-10-30 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* bsp_specs: Add qnolinkcmds.
2000-10-31 21:22:43 +00:00

10 lines
159 B
Plaintext

%rename lib old_lib
*lib:
%{!qrtems: %(old_lib)} \
%{qrtems: %{!qrtems_debug: -lrtemsall } \
%{qrtems_debug: -lrtemsall_g} \
%(old_lib) \
%{qnolinkcmds: } }