forked from Imagelibrary/rtems
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>).
This commit is contained in:
@@ -41,7 +41,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 \
|
||||
|
||||
@@ -36,7 +36,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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user