forked from Imagelibrary/rtems
2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 553/bsps * custom/mrm332.cfg: Comment out objdump.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-02-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
PR 553/bsps
|
||||
* custom/mrm332.cfg: Comment out objdump.
|
||||
|
||||
2004-01-21 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* Makefile.am: Remove obsolete custom/portsw.cfg, custom/simhppa.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
|
||||
|
||||
Reference in New Issue
Block a user