Changeset d693386 in rtems
- Timestamp:
- 01/20/03 20:36:26 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 16735ca
- Parents:
- c0c6168
- Location:
- make
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
make/ChangeLog
rc0c6168 rd693386 1 2003-01-20 Duane Gustavus <duane@unt.edu> 2 3 * custom/m2m332.cfg: Fix path to linkcmds_ROM. 4 1 5 2003-01-15 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
make/custom/mrm332.cfg
rc0c6168 rd693386 27 27 # Build a rommable image - move the .data section after the .text section 28 28 # in the image. 29 CPU_CFLAGS += -qnolinkcmds -T $( PROJECT_ROOT)/mrm332/lib/linkcmds_ROM29 CPU_CFLAGS += -qnolinkcmds -T $(exec_prefix)/mrm332/lib/linkcmds_ROM 30 30 31 31 define make-exe … … 43 43 ` $(basename $@).pxe $(basename $@).nxe 44 44 $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i 45 m68k-rtems-objdump -dxC $(basename $@).nxe > $(basename $@).dump 45 46 sed -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ 46 47 $(PACKHEX) > $(basename $@).exe … … 54 55 $(LINK_OBJS) $(LINK_LIBS) 55 56 $(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).i 57 m68k-rtems-objdump -dxC $(basename $@).nxe > $(basename $@).dump 56 58 sed -e 's/.$$//' -e '/^S0/d' $(basename $@).i | \ 57 59 $(PACKHEX) > $(basename $@).exe
Note: See TracChangeset
for help on using the changeset viewer.