summaryrefslogtreecommitdiffstats
path: root/make/custom/gensh2.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-11 16:42:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-11 16:42:39 +0000
commitcae8bc927a108b3798241e1f8107124bdd28acd6 (patch)
treefde8ba54458a3ba713ffcb14eabe85277fd9859d /make/custom/gensh2.cfg
parent2001-10-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-cae8bc927a108b3798241e1f8107124bdd28acd6.tar.bz2
2001-10-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh2.cfg: Remove -lstdc++ from make-exe.
Diffstat (limited to '')
-rw-r--r--make/custom/gensh2.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/gensh2.cfg b/make/custom/gensh2.cfg
index 7b5012fb09..00a44d51ae 100644
--- a/make/custom/gensh2.cfg
+++ b/make/custom/gensh2.cfg
@@ -55,7 +55,7 @@ endef
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \
$(LDLIBS) -o $@ \
- $(LINK_OBJS) $(LINK_LIBS) -lstdc++
+ $(LINK_OBJS) $(LINK_LIBS)
$(NM) -n $@ > $(basename $@).num
$(SIZE) $@
endef