Changeset 49633b9 in rtems


Ignore:
Timestamp:
02/17/09 18:35:09 (15 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 5, master
Children:
f6cef3a
Parents:
2235066
Message:

2009-02-17 Till Straumann <strauman@…>

PR 1371/bsps

  • custom/mvme167.cfg: mvme167 needs to convert ELF -> pure binary RALF.
Location:
make
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • make/ChangeLog

    r2235066 r49633b9  
     12009-02-17      Till Straumann <strauman@slac.stanford.edu>
     2
     3        PR 1371/bsps
     4        * custom/mvme167.cfg: mvme167 needs to convert ELF -> pure binary RALF.
     5
    162009-02-17      Joel Sherrill <joel.sherrill@OARcorp.com>
    27
  • make/custom/mvme167.cfg

    r2235066 r49633b9  
    4343define bsp-post-link
    4444        $(default-bsp-post-link)
    45         cp $(basename $@).exe $(basename $@)$(DOWNEXT)
    46         $(STRIP) $(basename $@)$(DOWNEXT)
     45    $(OBJCOPY) -O binary -R .comment -S $(basename $@).exe $(basename $@)$(DOWNEXT)
    4746endef
Note: See TracChangeset for help on using the changeset viewer.