summaryrefslogtreecommitdiffstats
path: root/make/custom/bare.cfg
diff options
context:
space:
mode:
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