From a8589107785c5b00040955d03cfbfb75c7b6c658 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Feb 1998 22:13:46 +0000 Subject: Incorporated Ralf Corsepius' idea for new -q flags to properly support "gmake debug". --- c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs') diff --git a/c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs b/c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs index 1090312e05..fe6aa2a53d 100644 --- a/c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs +++ b/c/src/lib/libbsp/hppa1.1/simhppa/bsp_specs @@ -8,10 +8,14 @@ %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) *lib: -%{!qrtems: %(old_lib)} %{qrtems: --start-group -lrtemsall -lc -lgcc --end-group} +%{!qrtems: %(old_lib)} %{qrtems: --start-group \ +%{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \ +-lc -lgcc --end-group} *startfile: -%{!qrtems: %(old_startfile)} %{qrtems: start.o%s} +%{!qrtems: %(old_startfile)} %{qrtems: \ +%{!qrtems_debug: start.o%s} \ +%{qrtems_debug: start_g.o%s}} *link: %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start} -- cgit v1.2.3