From 4d4cc6e18a1b81d8f0e7f443ac6416a963e9a5df Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 24 Aug 2003 06:45:03 +0000 Subject: 2003-08-23 Ralf Corsepius PR 470/bsps * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe): Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile. (Reported for mcp750.cfg by Andrew Harris ). --- make/custom/mvme2307.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/mvme2307.cfg') diff --git a/make/custom/mvme2307.cfg b/make/custom/mvme2307.cfg index 9303bde89f..198a1d274a 100644 --- a/make/custom/mvme2307.cfg +++ b/make/custom/mvme2307.cfg @@ -33,7 +33,7 @@ define make-exe -o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS) $(NM) -g -n $(basename $@).nxe > $(basename $@).num $(SIZE) $(basename $@).nxe - $(OBJCOPY) $(basename $@).nxe rtems -O binary -R .comment -S + $(OBJCOPY) -O binary -R .comment -S $(basename $@).nxe rtems gzip -vf9 rtems $(LD) -o $@ $(PROJECT_RELEASE)/lib/bootloader.o --just-symbols=$(basename $@).nxe \ -b binary rtems.gz -T $(PROJECT_RELEASE)/lib/ppcboot.lds \ -- cgit v1.2.3