From 2948f70ad5f0d81df478481a942066515733c5cc Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Apr 2007 02:50:11 +0000 Subject: =?UTF-8?q?2007-04-12=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bsp_specs: Remove qrtems_debug. --- c/src/lib/libbsp/c4x/c4xsim/bsp_specs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/c4x/c4xsim/bsp_specs') diff --git a/c/src/lib/libbsp/c4x/c4xsim/bsp_specs b/c/src/lib/libbsp/c4x/c4xsim/bsp_specs index de8ff74885..73d974390e 100644 --- a/c/src/lib/libbsp/c4x/c4xsim/bsp_specs +++ b/c/src/lib/libbsp/c4x/c4xsim/bsp_specs @@ -3,9 +3,8 @@ %rename link old_link *startfile: -%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ -%{!qrtems_debug: start.o%s} \ -%{qrtems_debug: start_g.o%s}}} +%{!qrtems: %(old_startfile)} \ +%{!nostdlib: %{qrtems: start.o%s}} *link: %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start} -- cgit v1.2.3