summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips/rbtx4938/bsp_specs
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-12-18 16:54:05 -0600
committerJoel Sherrill <joel@rtems.org>2017-12-19 11:06:39 -0600
commitb00547bb5289dc5c7fffd0a51a6620dff9c1cc33 (patch)
tree93a915b108e2fd3b8c5da43150e693506b9946d7 /c/src/lib/libbsp/mips/rbtx4938/bsp_specs
parentrbtx4925: Simplify bsp_specs (diff)
downloadrtems-b00547bb5289dc5c7fffd0a51a6620dff9c1cc33.tar.bz2
rbtx4938: Simplify bsp_specs
Diffstat (limited to 'c/src/lib/libbsp/mips/rbtx4938/bsp_specs')
-rw-r--r--c/src/lib/libbsp/mips/rbtx4938/bsp_specs6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/mips/rbtx4938/bsp_specs b/c/src/lib/libbsp/mips/rbtx4938/bsp_specs
index 17cdbf8dfd..87638cc027 100644
--- a/c/src/lib/libbsp/mips/rbtx4938/bsp_specs
+++ b/c/src/lib/libbsp/mips/rbtx4938/bsp_specs
@@ -1,13 +1,9 @@
%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: -dc -dp -N}
+%{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}