summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon/bsp_specs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-09 11:25:07 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-09 11:25:07 +0000
commit59171a9f077e199300a894c8a82e9015a52d4d51 (patch)
tree49a91636cb5e86fb93e7ce6fee0d120bef354d17 /c/src/lib/libbsp/sparc/leon/bsp_specs
parentBackport from rtems-4-6-branch (diff)
downloadrtems-59171a9f077e199300a894c8a82e9015a52d4d51.tar.bz2
Remove. Sync with rtems-4-6-branch.
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon/bsp_specs')
-rw-r--r--c/src/lib/libbsp/sparc/leon/bsp_specs15
1 files changed, 0 insertions, 15 deletions
diff --git a/c/src/lib/libbsp/sparc/leon/bsp_specs b/c/src/lib/libbsp/sparc/leon/bsp_specs
deleted file mode 100644
index c7e3b5061f..0000000000
--- a/c/src/lib/libbsp/sparc/leon/bsp_specs
+++ /dev/null
@@ -1,15 +0,0 @@
-%rename endfile old_endfile
-%rename startfile old_startfile
-%rename link old_link
-
-*endfile:
-crtend.o%s crtn.o%s
-
-*startfile:
-%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
-%{!qrtems_debug: start.o%s crti.o%s crtbegin.o%s} \
-%{qrtems_debug: start_g.o%s crti.o%s crtbegin.o%s}}}
-
-*link:
-%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e start}
-