From faa965d62e6486137b5d751384bf951f94fd450d Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 24 Sep 2001 18:36:31 +0000 Subject: 2001-09-21 Ralf Corsepius * custom/bare.cfg: Define dummy make-cxx-exe. --- make/custom/bare.cfg | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'make/custom') 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 -- cgit v1.2.3