forked from Imagelibrary/rtems
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:
@@ -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>
|
||||
|
||||
* make/custom/pc386.cfg: Revert the PR1495 change.
|
||||
|
||||
@@ -48,7 +48,7 @@ define bsp-post-link
|
||||
$(OBJCOPY) -O elf32-i386 \
|
||||
--remove-section=.comment \
|
||||
--remove-section=.note \
|
||||
--strip-unneeded $(basename $@)$(EXEEXT) $(basename $@).nxe
|
||||
--strip-unneeded $(basename $@).exe $(basename $@).nxe
|
||||
$(OBJCOPY) -O binary $(basename $@).nxe $(basename $@).bin
|
||||
$(PROJECT_TOOLS)/bin2boot -v $(basename $@)$(DOWNEXT) $(HEADERADDR)\
|
||||
$(START16FILE) $(START16ADDR) 0 $(basename $@).bin $(RELOCADDR) 0
|
||||
|
||||
Reference in New Issue
Block a user