2010-04-10 Joel Sherrill <joel.sherrilL@OARcorp.com>

* make/custom/pc386.cfg: EXEEXT is not defined in application Makefile
	support. All other BSPs just use .exe directly on objcopy commands.
	This makes it consistent and allows external examples (network demos,
	examples-v2, etc to link.
This commit is contained in:
Joel Sherrill
2010-04-10 17:50:44 +00:00
parent a89c96399e
commit c01dba121d
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2010-04-10 Joel Sherrill <joel.sherrilL@OARcorp.com>
* make/custom/pc386.cfg: EXEEXT is not defined in application Makefile
support. All other BSPs just use .exe directly on objcopy commands.
This makes it consistent and allows external examples (network demos,
examples-v2, etc to link.
2010-03-26 Chris Johns <chrisj@rtems.org> 2010-03-26 Chris Johns <chrisj@rtems.org>
* make/custom/pc386.cfg: Revert the PR1495 change. * make/custom/pc386.cfg: Revert the PR1495 change.

View File

@@ -48,7 +48,7 @@ define bsp-post-link
$(OBJCOPY) -O elf32-i386 \ $(OBJCOPY) -O elf32-i386 \
--remove-section=.comment \ --remove-section=.comment \
--remove-section=.note \ --remove-section=.note \
--strip-unneeded $(basename $@)$(EXEEXT) $(basename $@).nxe --strip-unneeded $(basename $@).exe $(basename $@).nxe
$(OBJCOPY) -O binary $(basename $@).nxe $(basename $@).bin $(OBJCOPY) -O binary $(basename $@).nxe $(basename $@).bin
$(PROJECT_TOOLS)/bin2boot -v $(basename $@)$(DOWNEXT) $(HEADERADDR)\ $(PROJECT_TOOLS)/bin2boot -v $(basename $@)$(DOWNEXT) $(HEADERADDR)\
$(START16FILE) $(START16ADDR) 0 $(basename $@).bin $(RELOCADDR) 0 $(START16FILE) $(START16ADDR) 0 $(basename $@).bin $(RELOCADDR) 0