summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/helas403/bsp_specs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-06 20:39:17 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-06 20:39:17 +0000
commit01a9d941b32deade4225b410911f8ee76a9f0762 (patch)
tree390fcdcebcb28dacf866cdea639646f526409df4 /c/src/lib/libbsp/powerpc/helas403/bsp_specs
parentPatch from Eric Norum <eric@skatter.usask.ca>: (diff)
downloadrtems-01a9d941b32deade4225b410911f8ee76a9f0762.tar.bz2
Patch from Andrew Bray <andy@chaos.org.uk>:
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.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/helas403/bsp_specs')
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/bsp_specs3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/bsp_specs b/c/src/lib/libbsp/powerpc/helas403/bsp_specs
index c08f0a293b..562d8bca15 100644
--- a/c/src/lib/libbsp/powerpc/helas403/bsp_specs
+++ b/c/src/lib/libbsp/powerpc/helas403/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 flash_entry -N }