summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/mcf5235/bsp_specs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2005-06-17 14:06:05 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2005-06-17 14:06:05 +0000
commit1612af0f62aff5f0f077af77c44203cfa2f7603e (patch)
treeef72b7295687729ced88425a7736ce0ac814b9fb /c/src/lib/libbsp/m68k/mcf5235/bsp_specs
parent2005-06-17 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-1612af0f62aff5f0f077af77c44203cfa2f7603e.tar.bz2
2005-06-17 Mike Bertosh <mbertosh@motioncontrol.org>
* .cvsignore, ChangeLog, Makefile.am, README, bsp_specs, configure.ac, clock/clock.c, console/console.c, include/bsp.h, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/init5235.c, startup/linkcmds, startup/linkcmdsflash, startup/linkcmdsram, timer/timer.c: New files.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/mcf5235/bsp_specs16
1 files changed, 16 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/mcf5235/bsp_specs b/c/src/lib/libbsp/m68k/mcf5235/bsp_specs
new file mode 100644
index 0000000000..6480bbd1b5
--- /dev/null
+++ b/c/src/lib/libbsp/m68k/mcf5235/bsp_specs
@@ -0,0 +1,16 @@
+%rename endfile old_endfile
+%rename startfile old_startfile
+%rename link old_link
+
+*startfile:
+%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
+%{!qrtems_debug: start.o%s} \
+%{qrtems_debug: start_g.o%s} \
+crti.o%s crtbegin.o%s}}
+
+*link:
+%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
+
+*endfile:
+%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
+