Update from Ralf Corsepius.

This commit is contained in:
Joel Sherrill
1998-05-18 14:41:33 +00:00
parent a863c500cc
commit 5c844076a2

View File

@@ -0,0 +1,8 @@
%rename lib old_lib
*lib:
%{!qrtems: %(old_lib)} \
%{qrtems: --start-group %{!qrtems_debug: -lrtemsall } \
%{qrtems_debug: -lrtemsall_g} \
%(old_lib) --end-group}