summaryrefslogtreecommitdiffstats
path: root/make/custom/bare.cfg
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 /make/custom/bare.cfg
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.
Diffstat (limited to '')
-rw-r--r--make/custom/bare.cfg6
1 files changed, 6 insertions, 0 deletions
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