forked from Imagelibrary/rtems
2008-01-09 Eric Norum <norume@aps.anl.gov>
* custom/mvme3100.cfg: Add make-cxx-exe rule.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user