summaryrefslogtreecommitdiffstats
path: root/make/custom/mvme2307.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-08-24 06:44:46 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-08-24 06:44:46 +0000
commit855600365706f7cb373ca1b3f828e454d099ed9b (patch)
tree3a6947583975d40c5d65f34e2fbe78fe0d6ad4f9 /make/custom/mvme2307.cfg
parent2003-08-22 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-855600365706f7cb373ca1b3f828e454d099ed9b.tar.bz2
2003-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
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 <Andrew.Harris@jhuapl.edu>).
Diffstat (limited to '')
-rw-r--r--make/custom/mvme2307.cfg2
1 files changed, 1 insertions, 1 deletions
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 \