Remove --start-group/--end-group pair to support non-GNU ld's.

This commit is contained in:
Joel Sherrill
1998-05-21 16:38:54 +00:00
parent fe2401b239
commit 0d48220948

View File

@@ -2,7 +2,7 @@
*lib: *lib:
%{!qrtems: %(old_lib)} \ %{!qrtems: %(old_lib)} \
%{qrtems: --start-group %{!qrtems_debug: -lrtemsall } \ %{qrtems: %{!qrtems_debug: -lrtemsall } \
%{qrtems_debug: -lrtemsall_g} \ %{qrtems_debug: -lrtemsall_g} \
%(old_lib) --end-group} %(old_lib)}