From 01a9d941b32deade4225b410911f8ee76a9f0762 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 6 Apr 1999 20:39:17 +0000 Subject: Patch from Andrew Bray : In your various bsp_specs files, even when ecrti.o is defined as a startfile, ecrtn.o is not defined as an endfile. Instead it seems to be in the library list - untidy. --- c/src/lib/libbsp/powerpc/papyrus/bsp_specs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'c/src/lib/libbsp/powerpc/papyrus') diff --git a/c/src/lib/libbsp/powerpc/papyrus/bsp_specs b/c/src/lib/libbsp/powerpc/papyrus/bsp_specs index 24804479a0..8c64a8c68b 100644 --- a/c/src/lib/libbsp/powerpc/papyrus/bsp_specs +++ b/c/src/lib/libbsp/powerpc/papyrus/bsp_specs @@ -18,6 +18,9 @@ %{!qrtems_debug: } \ %{qrtems_debug: }} +*endfile: +%{!qrtems: %(old_endfile)} %{qrtems: ecrtn%O%s} + *link: %{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -u download_entry -N } -- cgit v1.2.3