mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user