summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i960/rxgen960/bsp_specs
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-02 16:27:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-02 16:27:47 +0000
commit2a85ea232e282917649ec51cd2bda6e9c8bb74fe (patch)
tree01f84b6f131e22b8aab82bb6a0d538caefe06c8f /c/src/lib/libbsp/i960/rxgen960/bsp_specs
parent2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-2a85ea232e282917649ec51cd2bda6e9c8bb74fe.tar.bz2
2004-02-02 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Merge-in clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am. Use automake compilation rules. * clock/Makefile.am, console/Makefile.am, start/Makefile.am, startup/Makefile.am, timer/Makefile.am, wrapup/Makefile.am: Remove. * configure.ac: Reflect changes above. * bsp_specs: Sync with other BSPs, fixup missing brace.
Diffstat (limited to 'c/src/lib/libbsp/i960/rxgen960/bsp_specs')
-rw-r--r--c/src/lib/libbsp/i960/rxgen960/bsp_specs5
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/lib/libbsp/i960/rxgen960/bsp_specs b/c/src/lib/libbsp/i960/rxgen960/bsp_specs
index 1f37deda30..0715613da3 100644
--- a/c/src/lib/libbsp/i960/rxgen960/bsp_specs
+++ b/c/src/lib/libbsp/i960/rxgen960/bsp_specs
@@ -3,8 +3,9 @@
%rename link old_link
*startfile:
-%{!qrtems: %(old_startfile)} \
-%{qrtems: %{qrtems_debug: rxgen_romld_g.o%s} %{!qrtems_debug: rxgen_romld.o%s}}}
+%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \
+%{!qrtems_debug: rxgen_romld.o%s} \
+%{qrtems_debug: rxgen_romld_g.o%s}}}
*link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -e _start}