summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/simsh4/bsp_specs
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sh/simsh4/bsp_specs')
-rw-r--r--c/src/lib/libbsp/sh/simsh4/bsp_specs19
1 files changed, 0 insertions, 19 deletions
diff --git a/c/src/lib/libbsp/sh/simsh4/bsp_specs b/c/src/lib/libbsp/sh/simsh4/bsp_specs
deleted file mode 100644
index 8cf2f894bf..0000000000
--- a/c/src/lib/libbsp/sh/simsh4/bsp_specs
+++ /dev/null
@@ -1,19 +0,0 @@
-%rename lib old_lib
-%rename endfile old_endfile
-%rename startfile old_startfile
-%rename link old_link
-
-
-*lib:
-%{!qrtems: %(old_lib)} \
-%{!nostdlib: %{qrtems: --start-group -lrtemsbsp -lrtemscpu \
- -lc -lgcc --end-group \
- %{!qnolinkcmds: %{ml: -T linkcmds-le%s} %{!ml: -T linkcmds%s}}}}
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: start.o%s}}
-
-*link:
-%(old_link) %{qrtems: -dc -dp -N -e _start}
-