summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:36:31 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-24 18:36:31 +0000
commitfaa965d62e6486137b5d751384bf951f94fd450d (patch)
tree032ef430af4b7434b2e76cecc4f9af5f6c82056d
parent2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-faa965d62e6486137b5d751384bf951f94fd450d.tar.bz2
2001-09-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* custom/bare.cfg: Define dummy make-cxx-exe.
-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