summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/bsp_specs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-04 16:23:11 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-04 16:23:11 +0000
commit6e27be70e131b10e67b75ea033fccbd77c95cf6d (patch)
treef27a219383aa3cd5b9ad8ffdfdb9f0529c18027a /c/src/lib/libbsp/arm/gumstix/bsp_specs
parent2009-06-04 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-6e27be70e131b10e67b75ea033fccbd77c95cf6d.tar.bz2
2009-06-04 Xi Yang <hiyangxi@gmail.com>
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, console/uarts.c, include/bsp.h, include/bspopts.h.in, include/tm27.h, start/start.S, startup/bspstart.c, startup/linkcmds, startup/memmap.c: New files.
Diffstat (limited to 'c/src/lib/libbsp/arm/gumstix/bsp_specs')
-rwxr-xr-xc/src/lib/libbsp/arm/gumstix/bsp_specs13
1 files changed, 13 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/gumstix/bsp_specs b/c/src/lib/libbsp/arm/gumstix/bsp_specs
new file mode 100755
index 0000000000..e08cc0f0f3
--- /dev/null
+++ b/c/src/lib/libbsp/arm/gumstix/bsp_specs
@@ -0,0 +1,13 @@
+%rename endfile old_endfile
+%rename startfile old_startfile
+%rename link old_link
+
+*startfile:
+%{!qrtems: %(old_startfile)} \
+%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s}}
+
+*link:
+%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -N -e _start}
+
+*endfile:
+%{!qrtems: *(old_endfiles)} %{qrtems: crtend.o%s crtn.o%s }