From 0d482209483a70acb0ced38892c98ef38327d16e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 21 May 1998 16:38:54 +0000 Subject: Remove --start-group/--end-group pair to support non-GNU ld's. --- c/src/lib/libbsp/unix/posix/bsp_specs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp') diff --git a/c/src/lib/libbsp/unix/posix/bsp_specs b/c/src/lib/libbsp/unix/posix/bsp_specs index 9a2493a393..a303e58bdb 100644 --- a/c/src/lib/libbsp/unix/posix/bsp_specs +++ b/c/src/lib/libbsp/unix/posix/bsp_specs @@ -2,7 +2,7 @@ *lib: %{!qrtems: %(old_lib)} \ -%{qrtems: --start-group %{!qrtems_debug: -lrtemsall } \ +%{qrtems: %{!qrtems_debug: -lrtemsall } \ %{qrtems_debug: -lrtemsall_g} \ -%(old_lib) --end-group} +%(old_lib)} -- cgit v1.2.3