2008-01-09 Eric Norum <norume@aps.anl.gov>

* custom/mvme3100.cfg: Add make-cxx-exe rule.
This commit is contained in:
Joel Sherrill
2008-01-09 20:37:14 +00:00
parent bbbe941321
commit 3408806956
2 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2008-01-09 Eric Norum <norume@aps.anl.gov>
* custom/mvme3100.cfg: Add make-cxx-exe rule.
2007-12-17 Chris Johns <chrisj@rtems.org>
* custom/mcf5235.cfg, custom/mrm332.cfg, custom/pc386.cfg: Split

View File

@@ -40,5 +40,13 @@ define make-exe
$(OBJCOPY) -Obinary $(@:%.exe=%.nxe) $(@:%.exe=%)$(LIB_VARIANT).exe
endef
define make-cxx-exe
$(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(@:%.exe=%.nxe) $(LINK_OBJS) $(LINK_LIBS)
$(NM) -g -n $(@:%.exe=%.nxe) > $(basename $(@:%.exe=%.nxe)).num
$(SIZE) $(@:%.exe=%.nxe)
# test -d ${PROJECT_RELEASE}/bin || mkdir ${PROJECT_RELEASE}/bin
$(OBJCOPY) -Obinary $(@:%.exe=%.nxe) $(@:%.exe=%)$(LIB_VARIANT).exe
endef
# Miscellaneous additions go here
START_BASE = motld_start