summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sh/simsh4/bsp_specs
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-21 17:06:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-08-21 17:06:22 +0000
commita2ae30c2d3c0226140fe195c9887ad94877a3057 (patch)
treeddd77be181165db070f869a975a36f07fcbbd420 /c/src/lib/libbsp/sh/simsh4/bsp_specs
parent2002-08-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-a2ae30c2d3c0226140fe195c9887ad94877a3057.tar.bz2
2002-08-21 Joel Sherrill <joel@OARcorp.com>
* bsp_specs: Added support for -nostdlibs.
Diffstat (limited to 'c/src/lib/libbsp/sh/simsh4/bsp_specs')
-rw-r--r--c/src/lib/libbsp/sh/simsh4/bsp_specs6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/sh/simsh4/bsp_specs b/c/src/lib/libbsp/sh/simsh4/bsp_specs
index 9ed3e28f5f..bdb5ecf9b1 100644
--- a/c/src/lib/libbsp/sh/simsh4/bsp_specs
+++ b/c/src/lib/libbsp/sh/simsh4/bsp_specs
@@ -9,13 +9,13 @@
*lib:
%{!qrtems: %(old_lib)} \
-%{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
+%{!nostdlib: %{qrtems: --start-group %{!qrtems_debug: -lrtemsbsp -lrtemscpu } %{qrtems_debug: -lrtemsbsp_g -lrtemscpu_g} \
-lc -lgcc --end-group \
- %{!qnolinkcmds: %{ml: -T linkcmds-le%s} %{!ml: -T linkcmds%s}}}
+ %{!qnolinkcmds: %{ml: -T linkcmds-le%s} %{!ml: -T linkcmds%s}}}}
*startfile:
%{!qrtems: %(old_startfile)} \
-%{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}
+%{!nostdlib: %{qrtems: %{qrtems_debug: start_g.o%s} %{!qrtems_debug: start.o%s}}}
*link:
%(old_link) %{qrtems: -dc -dp -N -e _start}