From 8f2908874aad9b9474accff404dd4705e576cda0 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 5 Dec 2008 02:49:54 +0000 Subject: =?UTF-8?q?2008-12-05=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * bsp_specs: Remove start_g.o, remove -e start. --- c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog | 4 ++++ c/src/lib/libbsp/powerpc/mpc55xxevb/bsp_specs | 6 ++---- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'c/src') diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog b/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog index d9e137daa7..a4f4c69da6 100644 --- a/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog +++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/ChangeLog @@ -1,3 +1,7 @@ +2008-12-05 Ralf Corsépius + + * bsp_specs: Remove start_g.o, remove -e start. + 2008-12-04 Joel Sherrill * bsp_specs: Move -e start from *link to *startfile to avoid warning diff --git a/c/src/lib/libbsp/powerpc/mpc55xxevb/bsp_specs b/c/src/lib/libbsp/powerpc/mpc55xxevb/bsp_specs index c906d934b9..855df565be 100644 --- a/c/src/lib/libbsp/powerpc/mpc55xxevb/bsp_specs +++ b/c/src/lib/libbsp/powerpc/mpc55xxevb/bsp_specs @@ -3,10 +3,8 @@ %rename link old_link *startfile: -%{!qrtems: %(old_startfile)} %{!nostdlib: \ - %{qrtems: ecrti%O%s rtems_crti%O%s -e start \ - %{!qrtems_debug: start.o%s} \ - %{qrtems_debug: start_g.o%s}}} +%{!qrtems: %(old_startfile)} \ +%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s start.o%s}} *endfile: %{!qrtems: %(old_endfile)} %{qrtems: ecrtn.o%s} -- cgit v1.2.3