From 55a1cc9cde4f0b4494fbc2abd99b1434079dfc66 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 11 Jul 2007 14:13:03 +0000 Subject: 2007-07-11 Joel Sherrill * custom/gen83xx.cfg: Add make-cxx-exe rule. --- make/custom/gen83xx.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'make/custom/gen83xx.cfg') diff --git a/make/custom/gen83xx.cfg b/make/custom/gen83xx.cfg index b6bccf8df6..8026dd1e1b 100644 --- a/make/custom/gen83xx.cfg +++ b/make/custom/gen83xx.cfg @@ -36,4 +36,12 @@ define make-exe $(SIZE) $(basename $@).exe endef +define make-cxx-exe + $(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) \ + -qnolinkcmds -T $(RTEMS_LINKCMDS) -o $(basename $@).exe \ + $(LINK_OBJS) $(LINK_LIBS) + $(NM) -g -n $(basename $@).exe > $(basename $@).num + $(SIZE) $(basename $@).exe +endef + # Miscellaneous additions go here -- cgit v1.2.3