Changeset 34088069 in rtems for make/custom


Ignore:
Timestamp:
01/09/08 20:37:14 (16 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.9, 5, master
Children:
43fa4fc
Parents:
bbbe9413
Message:

2008-01-09 Eric Norum <norume@…>

  • custom/mvme3100.cfg: Add make-cxx-exe rule.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • make/custom/mvme3100.cfg

    rbbbe9413 r34088069  
    4141endef
    4242
     43define make-cxx-exe
     44        $(LINK.cc) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(@:%.exe=%.nxe) $(LINK_OBJS) $(LINK_LIBS)
     45        $(NM) -g -n $(@:%.exe=%.nxe) > $(basename $(@:%.exe=%.nxe)).num
     46        $(SIZE) $(@:%.exe=%.nxe)
     47#       test -d ${PROJECT_RELEASE}/bin || mkdir ${PROJECT_RELEASE}/bin
     48        $(OBJCOPY) -Obinary $(@:%.exe=%.nxe) $(@:%.exe=%)$(LIB_VARIANT).exe
     49endef
     50
    4351# Miscellaneous additions go here
    4452START_BASE = motld_start
Note: See TracChangeset for help on using the changeset viewer.