From 0903597f4f631705c40b5dc9fbdcc2c3e9c0c936 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sat, 18 Apr 1998 17:26:41 +0000 Subject: psim now runs in both debug and non-debug mode. --- c/src/lib/libbsp/powerpc/psim/bsp_specs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/psim/bsp_specs') diff --git a/c/src/lib/libbsp/powerpc/psim/bsp_specs b/c/src/lib/libbsp/powerpc/psim/bsp_specs index 54aadccfff..a28e9237f5 100644 --- a/c/src/lib/libbsp/powerpc/psim/bsp_specs +++ b/c/src/lib/libbsp/powerpc/psim/bsp_specs @@ -8,15 +8,15 @@ %(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded) *lib: -%{!qrtems: %(old_lib)} %{qrtems: ecrti%O%s --start-group \ +%{!qrtems: %(old_lib)} %{qrtems: --start-group \ %{!qrtems_debug: -lrtemsall} %{qrtems_debug: -lrtemsall_g} \ --lc -lgcc --end-group \ +-lc -lgcc --end-group ecrtn%O%s \ %{!qnolinkcmds: -T linkcmds%s}} *startfile: -%{!qrtems: %(old_startfile)} %{qrtems: startsim.o%s \ -%{!qrtems_debug: } \ -%{qrtems_debug: }} +%{!qrtems: %(old_startfile)} %{qrtems: ecrti%O%s \ +%{!qrtems_debug: startsim.o%s} \ +%{qrtems_debug: startsim_g.o%s}} *link: %{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -T linkcmds%s -e _start -u __vectors} -- cgit v1.2.3