summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/h8300/h8sim/bsp_specs
diff options
context:
space:
mode:
authorAun-Ali Zaidi <admin@kodeit.net>2015-12-13 18:47:53 -0600
committerGedare Bloom <gedare@rtems.org>2015-12-13 22:02:57 -0500
commit357fdfc2466f53a35d9821776d56fa236349a489 (patch)
tree58dca7cda8ea4f4d5d4652f41a44bd0dbd9ce1a2 /c/src/lib/libbsp/h8300/h8sim/bsp_specs
parentarm/gp32: Remove (diff)
downloadrtems-357fdfc2466f53a35d9821776d56fa236349a489.tar.bz2
h8300/h8sim: Remove
updates #2453.
Diffstat (limited to 'c/src/lib/libbsp/h8300/h8sim/bsp_specs')
-rw-r--r--c/src/lib/libbsp/h8300/h8sim/bsp_specs14
1 files changed, 0 insertions, 14 deletions
diff --git a/c/src/lib/libbsp/h8300/h8sim/bsp_specs b/c/src/lib/libbsp/h8300/h8sim/bsp_specs
deleted file mode 100644
index b243ab6613..0000000000
--- a/c/src/lib/libbsp/h8300/h8sim/bsp_specs
+++ /dev/null
@@ -1,14 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-%rename link old_link
-
-*startfile:
-%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e _start}}
-
-*link:
-%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}
-