summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg
diff options
context:
space:
mode:
authorNick Withers <nick.withers@anu.edu.au>2013-08-09 14:18:17 +1000
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-08-09 09:18:23 +0200
commitefdda56546011b906f8332d25def5a929b14d0b7 (patch)
treea237f330c62610d85f805376e89dafc7e0f407e7 /c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg
parentbsp/csb336: implement bsp_interrupt_vector_enable/disable. (diff)
downloadrtems-efdda56546011b906f8332d25def5a929b14d0b7.tar.bz2
Use $(EXEEXT) [defaults to "exe"] to generate binaries
Diffstat (limited to 'c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg')
-rw-r--r--c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg b/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg
index e827d8706c..9f7428dd3a 100644
--- a/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg
+++ b/c/src/lib/libbsp/i386/pc386/make/custom/pc386.cfg
@@ -46,7 +46,7 @@ define bsp-post-link
$(OBJCOPY) -O elf32-i386 \
--remove-section=.comment \
--remove-section=.note \
- --strip-unneeded $(basename $@).exe $(basename $@).nxe
+ --strip-unneeded $(basename $@)$(EXEEXT) $(basename $@).nxe
$(OBJCOPY) -O binary $(basename $@).nxe $(basename $@).bin
$(PROJECT_TOOLS)/bin2boot -v $(basename $@)$(DOWNEXT) $(HEADERADDR)\
$(START16FILE) $(START16ADDR) 0 $(basename $@).bin $(RELOCADDR) 0