summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-08 21:59:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-10-08 21:59:50 +0000
commit7ec48c05116f1cf0a2a3f06905e07ce908800973 (patch)
treeb6ada5b1398fb42d23eb75fee6b340ed464750d0
parent2001-09-28 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7ec48c05116f1cf0a2a3f06905e07ce908800973.tar.bz2
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.
-rw-r--r--make/custom/ods68302.cfg8
-rw-r--r--make/custom/rxgen960.cfg1
2 files changed, 9 insertions, 0 deletions
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=