forked from Imagelibrary/rtems
10 lines
159 B
Plaintext
10 lines
159 B
Plaintext
%rename lib old_lib
|
|
|
|
*lib:
|
|
%{!qrtems: %(old_lib)} \
|
|
%{qrtems: %{!qrtems_debug: -lrtemsall } \
|
|
%{qrtems_debug: -lrtemsall_g} \
|
|
%(old_lib) \
|
|
%{qnolinkcmds: } }
|
|
|