2001-10-30 Joel Sherrill <joel@OARcorp.com>

* custom/sim68000.cfg: Generate symbols off executable not Srecords.
This commit is contained in:
Joel Sherrill
2001-10-30 14:29:07 +00:00
parent a34b2458a4
commit 6a91771a7d
2 changed files with 5 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
2001-10-30 Joel Sherrill <joel@OARcorp.com>
* custom/sim68000.cfg: Generate symbols off executable not Srecords.
2001-10-26 Victor V. Vengerov <vvv@oktet.ru>
* custom/mcf5206elite.cfg: New file.

View File

@@ -45,7 +45,7 @@ define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) \
-o $(basename $@).nxe $(LINK_OBJS) $(LINK_LIBS)
$(OBJCOPY) -O srec $(basename $@).nxe $(basename $@).exe
$(NM) -g -n $@ > $(basename $@).num
$(NM) -g -n $(basename $@).nxe > $(basename $@).num
$(SIZE) $@
endef
endif