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

* custom/bare.cfg: Define dummy make-cxx-exe.
This commit is contained in:
Joel Sherrill
2001-09-24 18:36:31 +00:00
parent 96330198b6
commit faa965d62e
2 changed files with 10 additions and 0 deletions

View File

@@ -1,4 +1,8 @@
2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/bare.cfg: Define dummy make-cxx-exe.
2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/gensh2.cfg: Remove -lstdc++ from make-exe.

View File

@@ -37,4 +37,10 @@ define make-exe
@echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@).exe
endef
define make-cxx-exe
@echo "*** Cannot do a link with the bare bsp. ***"
@echo "#!/bin/sh" > $(basename $@).exe
@echo "echo \"Cannot do a link with the bare bsp.\"" >> $(basename $@).exe
endef
# Miscellaneous additions go here