summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/bsp_specs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-29 23:16:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-29 23:16:44 +0000
commit89c3f8498f3b6382d303e5d07625a555af370cdf (patch)
tree0a93f6baf8acc463202cea8557c50ee50136c231 /c/src/lib/libbsp/arm/gumstix/bsp_specs
parentUpdate to gdb-6.8.50.20090629 (diff)
downloadrtems-89c3f8498f3b6382d303e5d07625a555af370cdf.tar.bz2
2009-06-29 Xi Yang <hiyangxi@gmail.com>
* Makefile.am: Update to current style. * bsp_specs: Fix warning for _start. * start/start.S: Proper attribution for origin. * startup/bspstart.c: Add Skyeye bsp_reset() on Skyeye. * include/.cvsignore: New file. * include/bspopts.h.in: Removed.
Diffstat (limited to 'c/src/lib/libbsp/arm/gumstix/bsp_specs')
-rwxr-xr-xc/src/lib/libbsp/arm/gumstix/bsp_specs4
1 files changed, 2 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/arm/gumstix/bsp_specs b/c/src/lib/libbsp/arm/gumstix/bsp_specs
index e08cc0f0f3..f079604d28 100755
--- a/c/src/lib/libbsp/arm/gumstix/bsp_specs
+++ b/c/src/lib/libbsp/arm/gumstix/bsp_specs
@@ -4,10 +4,10 @@
*startfile:
%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
+%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e _start}}
*link:
-%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
+%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic -N}
*endfile:
%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }