summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m68k/uC5282/bsp_specs
diff options
context:
space:
mode:
authorEric Norum <WENorum@lbl.gov>2005-01-28 19:35:23 +0000
committerEric Norum <WENorum@lbl.gov>2005-01-28 19:35:23 +0000
commit572484f1aef2d9544b2b3db98362737a597bf093 (patch)
tree7b2b0eef034f4dd98551f1707aec9014b07e0b1c /c/src/lib/libbsp/m68k/uC5282/bsp_specs
parent2005-01-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-572484f1aef2d9544b2b3db98362737a597bf093.tar.bz2
New BSP for Arcturus uCDIMM ColdFire 5282.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/m68k/uC5282/bsp_specs27
1 files changed, 27 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/m68k/uC5282/bsp_specs b/c/src/lib/libbsp/m68k/uC5282/bsp_specs
new file mode 100644
index 0000000000..2c6a9757e2
--- /dev/null
+++ b/c/src/lib/libbsp/m68k/uC5282/bsp_specs
@@ -0,0 +1,27 @@
+%rename cpp old_cpp
+%rename lib old_lib
+%rename endfile old_endfile
+%rename startfile old_startfile
+%rename link old_link
+
+*cpp:
+%(old_cpp) %{qrtems: -D__embedded__} -Asystem(embedded)
+
+*lib:
+%{!qrtems: %(old_lib)} %{!nostdlib: %{qrtems: --start-group \
+%{!qrtems_debug: -lrtemsbsp -lrtemscpu} %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
+-lc -lgcc --end-group \
+%{!qnolinkcmds: -T linkcmds%s}}}
+
+*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}
+