2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* custom/gensh2.cfg: Remove -lstdc++ from make-exe.
	* ChangeLog: Formatting cleanup.
This commit is contained in:
Joel Sherrill
2001-09-24 18:35:19 +00:00
parent 0671af64ea
commit af447ea2ce
2 changed files with 9 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ endef
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \
$(LDLIBS) -o $@ \
$(LINK_OBJS) $(LINK_LIBS)
$(LINK_OBJS) $(LINK_LIBS) -lstdc++
$(NM) -n $@ > $(basename $@).num
$(SIZE) $@
endef