summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme167.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-17 18:35:09 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-17 18:35:09 +0000
commit49633b9b8f7d8675e7763d056f43e894b0152693 (patch)
tree6a3d9c2d72df29be6b39f76104f2978c9514c496 /make/custom/mvme167.cfg
parent2009-02-17 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-49633b9b8f7d8675e7763d056f43e894b0152693.tar.bz2
2009-02-17 Till Straumann <strauman@slac.stanford.edu>
PR 1371/bsps * custom/mvme167.cfg: mvme167 needs to convert ELF -> pure binary RALF.
Diffstat (limited to '')
-rw-r--r--make/custom/mvme167.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/make/custom/mvme167.cfg b/make/custom/mvme167.cfg
index 869bdbdbb2..5a4a771c77 100644
--- a/make/custom/mvme167.cfg
+++ b/make/custom/mvme167.cfg
@@ -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