summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/bfin/TLL6527M/bsp_specs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-20 20:23:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-20 20:23:39 +0000
commitad65fc7fb7eb05af2df8ef0639653ef46c88788c (patch)
tree3669658647739567f01bfcb4eaff9b6f78b0f8e7 /c/src/lib/libbsp/bfin/TLL6527M/bsp_specs
parent2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu> (diff)
downloadrtems-ad65fc7fb7eb05af2df8ef0639653ef46c88788c.tar.bz2
2011-04-20 Rohan Kangralkar <rkangral@ece.neu.edu>
PR 1781/bsps * ChangeLog, Makefile.am, README, bsp_specs, configure.ac, preinstall.am, times, console/console.c, include/bsp.h, include/cplb.h, include/tm27.h, make/custom/TLL6527M.cfg, startup/bspstart.c, startup/linkcmds: New files. Initial port for the TLL6527Mboard that contains blackfin 52X range of processors. Used eZKit533 as a reference for building the port.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/bfin/TLL6527M/bsp_specs10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/bfin/TLL6527M/bsp_specs b/c/src/lib/libbsp/bfin/TLL6527M/bsp_specs
new file mode 100644
index 0000000000..378cdf39a3
--- /dev/null
+++ b/c/src/lib/libbsp/bfin/TLL6527M/bsp_specs
@@ -0,0 +1,10 @@
+%rename endfile old_endfile
+%rename startfile old_startfile
+%rename link old_link
+
+*startfile:
+%{!qrtems: %(old_startfile)} \
+%{!nostdlib: %{qrtems: start.o%s -e __start}}
+
+*link:
+%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}