From d693386940b830714279c70c458d526f635e2936 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 20 Jan 2003 20:36:26 +0000 Subject: 2003-01-20 Duane Gustavus * custom/m2m332.cfg: Fix path to linkcmds_ROM. --- make/ChangeLog | 4 ++++ make/custom/mrm332.cfg | 4 +++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/make/ChangeLog b/make/ChangeLog index 89fda5a2a2..5ad67e20f0 100644 --- a/make/ChangeLog +++ b/make/ChangeLog @@ -1,3 +1,7 @@ +2003-01-20 Duane Gustavus + + * custom/m2m332.cfg: Fix path to linkcmds_ROM. + 2003-01-15 Ralf Corsepius * custom/Cygwin-posix.cfg: Remove WORKSPACE_MB and HEAPSPACE_MB. diff --git a/make/custom/mrm332.cfg b/make/custom/mrm332.cfg index ec8a0efe86..fbc61384f4 100644 --- a/make/custom/mrm332.cfg +++ b/make/custom/mrm332.cfg @@ -26,7 +26,7 @@ CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer ifeq ($(MRM_IN_ROM),yes) # Build a rommable image - move the .data section after the .text section # in the image. -CPU_CFLAGS += -qnolinkcmds -T $(PROJECT_ROOT)/mrm332/lib/linkcmds_ROM +CPU_CFLAGS += -qnolinkcmds -T $(exec_prefix)/mrm332/lib/linkcmds_ROM define make-exe $(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).pxe \ @@ -42,6 +42,7 @@ 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 @@ -53,6 +54,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 sed -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ $(PACKHEX) > $(basename $@).exe $(NM) -g -n $(basename $@).nxe > $(basename $@).num -- cgit v1.2.3