2009-02-17 Till Straumann <strauman@slac.stanford.edu>

PR 1371/bsps
	* custom/mvme167.cfg: mvme167 needs to convert ELF -> pure binary RALF.
This commit is contained in:
Joel Sherrill
2009-02-17 18:35:09 +00:00
parent 2235066781
commit 49633b9b8f
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2009-02-17 Till Straumann <strauman@slac.stanford.edu>
PR 1371/bsps
* custom/mvme167.cfg: mvme167 needs to convert ELF -> pure binary RALF.
2009-02-17 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/uC5282.cfg: Add cvs Id.

View File

@@ -42,6 +42,5 @@ CFLAGS_OPTIMIZE_V = -O2 -g -fno-omit-frame-pointer
# for more details.
define bsp-post-link
$(default-bsp-post-link)
cp $(basename $@).exe $(basename $@)$(DOWNEXT)
$(STRIP) $(basename $@)$(DOWNEXT)
$(OBJCOPY) -O binary -R .comment -S $(basename $@).exe $(basename $@)$(DOWNEXT)
endef