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/ts_386ex/ChangeLog | 4 ++++ c/src/lib/libbsp/i386/ts_386ex/bsp_specs | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/i386/ts_386ex') diff --git a/c/src/lib/libbsp/i386/ts_386ex/ChangeLog b/c/src/lib/libbsp/i386/ts_386ex/ChangeLog index c1d37a273c..7bea7dfbde 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/ChangeLog +++ b/c/src/lib/libbsp/i386/ts_386ex/ChangeLog @@ -1,3 +1,7 @@ +2007-04-12 Ralf Corsépius + + * bsp_specs: Remove qrtems_debug. + 2006-12-15 Ralf Corsépius * network/ne2000.c: Use ioctl_command_t as arg in ioctl-functions. diff --git a/c/src/lib/libbsp/i386/ts_386ex/bsp_specs b/c/src/lib/libbsp/i386/ts_386ex/bsp_specs index f6cd124ce0..3ef5520b85 100644 --- a/c/src/lib/libbsp/i386/ts_386ex/bsp_specs +++ b/c/src/lib/libbsp/i386/ts_386ex/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} 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 _init_i386ex} -- cgit v1.2.3