2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>

* custom/gen83xx.cfg: Add make-cxx-exe rule.
This commit is contained in:
Joel Sherrill
2007-07-11 14:13:03 +00:00
parent 0d9d14a5b7
commit 55a1cc9cde
2 changed files with 12 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
2007-07-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/gen83xx.cfg: Add make-cxx-exe rule.
2007-07-09 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* custom/gen83xx.cfg, custom/mpc8349eamds.cfg: added file to support
+8
View File
@@ -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