summaryrefslogtreecommitdiff
path: root/c/src/lib/libbsp/powerpc/mvme3100/bsp_specs
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-14 06:30:15 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-14 06:30:15 +0000
commitb599faa1bb56dd5909be179ca56ad74937906823 (patch)
treebe9038b9e1e8775e2b73fd254a5b62ac1891ee71 /c/src/lib/libbsp/powerpc/mvme3100/bsp_specs
- imported MVME3100 BSP (from SLAC repository)R_rtems_mvme3100_bsp_slacB_rtems_mvme3100_bsp_slac
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mvme3100/bsp_specs')
-rw-r--r--c/src/lib/libbsp/powerpc/mvme3100/bsp_specs15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme3100/bsp_specs b/c/src/lib/libbsp/powerpc/mvme3100/bsp_specs
new file mode 100644
index 0000000000..0fff686076
--- /dev/null
+++ b/c/src/lib/libbsp/powerpc/mvme3100/bsp_specs
@@ -0,0 +1,15 @@
+%rename endfile old_endfile
+%rename startfile old_startfile
+%rename link old_link
+
+*startfile:
+%{!qrtems: %(old_startfile)} \
+%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s \
+%{!qrtems_debug: motld_start.o%s} \
+%{qrtems_debug: motld_start_g.o%s}}}
+
+*link:
+%{!qrtems: %(old_link)} %{qrtems: -Qy -dp -Bstatic -e __rtems_entry_point -u __vectors}
+
+*endfile:
+%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}