summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/bare.cfg6
2 files changed, 10 insertions, 0 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index e7b95aa47d..f25057fc30 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,5 +1,9 @@
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.
* ChangeLog: Formatting cleanup.
diff --git a/make/custom/bare.cfg b/make/custom/bare.cfg
index 126a37d7e6..9345f06bb5 100644
--- a/make/custom/bare.cfg
+++ b/make/custom/bare.cfg
@@ -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