summaryrefslogtreecommitdiffstats
path: root/make/custom/pc386.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/pc386.cfg')
-rw-r--r--make/custom/pc386.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/pc386.cfg b/make/custom/pc386.cfg
index c5836a6eea..490428bb56 100644
--- a/make/custom/pc386.cfg
+++ b/make/custom/pc386.cfg
@@ -23,7 +23,7 @@ RTEMS_BSP_FAMILY=pc386
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
-# Here is the rule to actually build a $(ARCH)/foo$(EXEEXT)
+# Here is the rule to actually build a $(ARCH)/foo.exe
# It also builds $(ARCH)/foo.sr and $(ARCH)/foo.nm
# Usage ref: src/tests/sptest/sp1/Makefile
@@ -50,7 +50,7 @@ define bsp-post-link
--remove-section=.rodata \
--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