2008-02-08 Joel Sherrill <joel.sherrill@oarcorp.com>

* custom/pc386.cfg: Use file with symbols.
This commit is contained in:
Joel Sherrill
2008-02-08 23:28:43 +00:00
parent b62009c38a
commit 761bfaab85
2 changed files with 6 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2008-02-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/pc386.cfg: Use file with symbols.
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* custom/ss555.cfg: Add CVS Id.

View File

@@ -66,8 +66,8 @@ define bsp-post-link
$(OBJCOPY) -O binary $(basename $@).nxe $(basename $@).bin
$(PROJECT_TOOLS)/bin2boot -v $(basename $@).bt $(HEADERADDR)\
$(START16FILE) $(START16ADDR) 0 $(basename $@).bin $(RELOCADDR) 0
$(NM) -g -n $(basename $@).nxe > $(basename $@).num
$(SIZE) $(basename $@).nxe
$(NM) -g -n $(basename $@)$(EXEEXT) > $(basename $@).num
$(SIZE) $(basename $@)$(EXEEXT)
# test -d ${PROJECT_RELEASE}/BootImgs \
# || mkdir ${PROJECT_RELEASE}/BootImgs
# f=`basename $@ .exe`; \