2001-10-08 Joel Sherrill <joel@OARcorp.com>

* custom/ods68302.cfg: Added BSP specific make-cxx-exe rule.
	* custom/rxgen960.cfg: Account for special start file.
This commit is contained in:
Joel Sherrill
2001-10-08 21:59:50 +00:00
parent a0ef1069ca
commit 7ec48c0511
2 changed files with 9 additions and 0 deletions

View File

@@ -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

View File

@@ -72,3 +72,4 @@ endif
# Miscellaneous additions go here
START_BASE=