summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-16 15:34:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-06-16 15:34:20 +0000
commite8e95cdb7967564d2f3ac19e581298e357f9b0a2 (patch)
treeb2059680fe79894df79fc00a3aa5759bcd0ee9c2 /c
parentPatch rtems-rc-20000616-1-cvs.diff from Ralf Corsepius (diff)
downloadrtems-e8e95cdb7967564d2f3ac19e581298e357f9b0a2.tar.bz2
Patch rtems-rc-20000616-2-cvs.diff from Ralf Corsepius
<corsepiu@faw.uni-ulm.de> to add -qnolinkcmds to bsp_specs like other BSPs.
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/bsp_specs3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i960/rxgen960/bsp_specs b/c/src/lib/libbsp/i960/rxgen960/bsp_specs
index aa7cda336c..f7d6e8f0d0 100644
--- a/c/src/lib/libbsp/i960/rxgen960/bsp_specs
+++ b/c/src/lib/libbsp/i960/rxgen960/bsp_specs
@@ -11,7 +11,8 @@
%{!qrtems: %(old_lib)} \
%{qrtems: --start-group -lc \
%{!qrtems_debug: -lrtemsall } %{qrtems_debug: -lrtemsall_g} \
--lgcc --end-group}
+-lgcc --end-group \
+ %{!qnolinkcmds: -T linkcmds%s}}
*startfile:
%{!qrtems: %(old_startfile)} \