forked from Imagelibrary/rtems
2004-01-20 Joel Sherrill <joel@OARcorp.com>
PR 553/bsps * custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a comment.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2004-01-20 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 553/bsps
|
||||
* custom/mrm332.cfg: Use OBJDUMP variable and turn invocation into a
|
||||
comment.
|
||||
|
||||
2004-01-07 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Makefile.am: Remove efi68k and efi332 references as they are no
|
||||
|
||||
@@ -28,6 +28,10 @@ ifeq ($(MRM_IN_ROM),yes)
|
||||
# in the image.
|
||||
CPU_CFLAGS += -qnolinkcmds -T $(exec_prefix)/mrm332/lib/linkcmds_ROM
|
||||
|
||||
# This is a good way to get debug information. The output file is large
|
||||
# though and greatly slows the build process so only do this if needed.
|
||||
# $(OBJDUMP) -dxC $(basename $@).nxe > $(basename $@).dump
|
||||
|
||||
define make-exe
|
||||
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).pxe \
|
||||
$(LINK_OBJS) $(LINK_LIBS)
|
||||
@@ -42,7 +46,6 @@ define make-exe
|
||||
END { printf("0x%x", h2d(base) + h2d(size)) }'\
|
||||
` $(basename $@).pxe $(basename $@).nxe
|
||||
$(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i
|
||||
m68k-rtems-objdump -dxC $(basename $@).nxe > $(basename $@).dump
|
||||
sed -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \
|
||||
$(PACKHEX) > $(basename $@).exe
|
||||
$(NM) -g -n $(basename $@).pxe > $(basename $@).pnum
|
||||
|
||||
Reference in New Issue
Block a user