Changeset 85560036 in rtems
- Timestamp:
- Aug 24, 2003, 6:44:46 AM (18 years ago)
- Children:
- 6e1f869
- Parents:
- fd0df530
- Location:
- make
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
rfd0df530 r85560036 1 2003-08-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 PR 470/bsps 4 * custom/mcp750.cfg, custom/mtx603e.cfg, custem/mvme2307.cfg (make-exe): 5 Rearrange arguments in calls to OBJCOPY to $(OBJCOPY) options infile outfile. 6 (Reported for mcp750.cfg by Andrew Harris <Andrew.Harris@jhuapl.edu>). 7 1 8 2003-08-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 9 -
make/custom/mcp750.cfg
rfd0df530 r85560036 42 42 $(NM) -g -n $(basename $@).nxe > $(basename $@).num 43 43 $(SIZE) $(basename $@).nxe 44 $(OBJCOPY) $(basename $@).nxe rtems -O binary -R .comment -S44 $(OBJCOPY) -O binary -R .comment -S $(basename $@).nxe rtems 45 45 gzip -vf9 rtems 46 46 $(LD) -o $@ $(PROJECT_RELEASE)/lib/bootloader.o --just-symbols=$(basename $@).nxe \ -
make/custom/mtx603e.cfg
rfd0df530 r85560036 37 37 $(NM) -g -n $(basename $@).nxe > $(basename $@).num 38 38 $(SIZE) $(basename $@).nxe 39 $(OBJCOPY) $(basename $@).nxe rtems -O binary -R .comment -S39 $(OBJCOPY) -O binary -R .comment -S $(basename $@).nxe rtems 40 40 gzip -vf9 rtems 41 41 $(LD) -o $@ $(PROJECT_RELEASE)/lib/bootloader.o --just-symbols=$(basename $@).nxe \ -
make/custom/mvme2307.cfg
rfd0df530 r85560036 34 34 $(NM) -g -n $(basename $@).nxe > $(basename $@).num 35 35 $(SIZE) $(basename $@).nxe 36 $(OBJCOPY) $(basename $@).nxe rtems -O binary -R .comment -S36 $(OBJCOPY) -O binary -R .comment -S $(basename $@).nxe rtems 37 37 gzip -vf9 rtems 38 38 $(LD) -o $@ $(PROJECT_RELEASE)/lib/bootloader.o --just-symbols=$(basename $@).nxe \
Note: See TracChangeset
for help on using the changeset viewer.