From 7ec48c05116f1cf0a2a3f06905e07ce908800973 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 8 Oct 2001 21:59:50 +0000 Subject: 2001-10-08 Joel Sherrill * custom/ods68302.cfg: Added BSP specific make-cxx-exe rule. * custom/rxgen960.cfg: Account for special start file. --- make/custom/ods68302.cfg | 8 ++++++++ make/custom/rxgen960.cfg | 1 + 2 files changed, 9 insertions(+) diff --git a/make/custom/ods68302.cfg b/make/custom/ods68302.cfg index b370681db1..88093e48d3 100644 --- a/make/custom/ods68302.cfg +++ b/make/custom/ods68302.cfg @@ -80,6 +80,14 @@ define make-exe $(NM) -g -n $@ > $(basename $@).num $(SIZE) $@ endef +define make-cxx-exe + $(LINK.cc) $(AM_CFLAGS) $(AM_CXXFLAGS) $(AM_LDFLAGS) \ + -Wl,-defsym -Wl,MC68302_BASE=$(MC68302_BASE) \ + -o $@ \ + $(LINK_OBJS) $(LINK_LIBS) + $(NM) -g -n $@ > $(basename $@).num + $(SIZE) $@ +endef endif # Miscellaneous additions go here diff --git a/make/custom/rxgen960.cfg b/make/custom/rxgen960.cfg index 59867642b8..b5eeaa7dc1 100644 --- a/make/custom/rxgen960.cfg +++ b/make/custom/rxgen960.cfg @@ -72,3 +72,4 @@ endif # Miscellaneous additions go here +START_BASE= -- cgit v1.2.3