summaryrefslogtreecommitdiffstats
path: root/make/custom/mrm332.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-04 16:50:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-04 16:50:30 +0000
commit3f7b5b5a9da53a64d4926146eda7c131718b9ff7 (patch)
tree18e51e4fe87b48ac67bfc2a06cf14f7ea398d83d /make/custom/mrm332.cfg
parent2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-3f7b5b5a9da53a64d4926146eda7c131718b9ff7.tar.bz2
2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 553/bsps * custom/mrm332.cfg: Comment out objdump.
Diffstat (limited to 'make/custom/mrm332.cfg')
-rw-r--r--make/custom/mrm332.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mrm332.cfg b/make/custom/mrm332.cfg
index 87d420ae69..450d632f48 100644
--- a/make/custom/mrm332.cfg
+++ b/make/custom/mrm332.cfg
@@ -57,7 +57,7 @@ define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).nxe \
$(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i
- m68k-rtems-objdump -dxC $(basename $@).nxe > $(basename $@).dump
+# m68k-rtems-objdump -dxC $(basename $@).nxe > $(basename $@).dump
sed -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \
$(PACKHEX) > $(basename $@).exe
$(NM) -g -n $(basename $@).nxe > $(basename $@).num