From 2679eb9d04cb9cb933579cc2ad0383f036e49731 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Apr 2007 04:09:22 +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/powerpc/mbx8xx/bsp_specs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/powerpc/mbx8xx/bsp_specs') diff --git a/c/src/lib/libbsp/powerpc/mbx8xx/bsp_specs b/c/src/lib/libbsp/powerpc/mbx8xx/bsp_specs index 679bdc22f6..c11b2ee30d 100644 --- a/c/src/lib/libbsp/powerpc/mbx8xx/bsp_specs +++ b/c/src/lib/libbsp/powerpc/mbx8xx/bsp_specs @@ -3,13 +3,11 @@ %rename link old_link *startfile: -%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ -%{!qrtems_debug: } \ -%{qrtems_debug: } ecrti%O%s}} +%{!qrtems: %(old_startfile)} \ +%{!nostdlib: %{qrtems: ecrti%O%s}} *endfile: %{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} *link: %{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -N -u start -e start} - -- cgit v1.2.3