Changeset 7ec48c0 in rtems


Ignore:
Timestamp:
10/08/01 21:59:50 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Children:
710b4e0
Parents:
a0ef106
Message:

2001-10-08 Joel Sherrill <joel@…>

  • custom/ods68302.cfg: Added BSP specific make-cxx-exe rule.
  • custom/rxgen960.cfg: Account for special start file.
Location:
make/custom
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/custom/ods68302.cfg

    ra0ef106 r7ec48c0  
    8181        $(SIZE) $@
    8282endef
     83define make-cxx-exe
     84        $(LINK.cc) $(AM_CFLAGS) $(AM_CXXFLAGS) $(AM_LDFLAGS) \
     85            -Wl,-defsym -Wl,MC68302_BASE=$(MC68302_BASE) \
     86            -o $@ \
     87            $(LINK_OBJS) $(LINK_LIBS)
     88        $(NM) -g -n $@ > $(basename $@).num
     89        $(SIZE) $@
     90endef
    8391endif
    8492# Miscellaneous additions go here
  • make/custom/rxgen960.cfg

    ra0ef106 r7ec48c0  
    7373# Miscellaneous additions go here
    7474
     75START_BASE=
Note: See TracChangeset for help on using the changeset viewer.