From 80c6ce9ed53eefee40f14b9fa5951fcb2315c208 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 12 Apr 2007 03:07:36 +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/i386/pc386/bsp_specs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'c/src/lib/libbsp/i386/pc386/bsp_specs') diff --git a/c/src/lib/libbsp/i386/pc386/bsp_specs b/c/src/lib/libbsp/i386/pc386/bsp_specs index c7e3b5061f..8df95b5d0d 100644 --- a/c/src/lib/libbsp/i386/pc386/bsp_specs +++ b/c/src/lib/libbsp/i386/pc386/bsp_specs @@ -6,10 +6,8 @@ crtend.o%s crtn.o%s *startfile: -%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ -%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \ -%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}} +%{!qrtems: %(old_startfile)} \ +%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}} *link: %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start} - -- cgit v1.2.3