summaryrefslogtreecommitdiffstats
path: root/make/custom/mtx603e.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/mtx603e.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/mtx603e.cfg b/make/custom/mtx603e.cfg
index d1dfd1e7a3..538afc1d7d 100644
--- a/make/custom/mtx603e.cfg
+++ b/make/custom/mtx603e.cfg
@@ -21,11 +21,11 @@ CFLAGS_OPTIMIZE_V = -O2 -g -mmultiple -mstring -mstrict-align
define bsp-post-link
$(default-bsp-post-link)
- $(OBJCOPY) -O binary -R .comment -S $(basename $@)$(EXEEXT) rtems
+ $(OBJCOPY) -O binary -R .comment -S $(basename $@).exe rtems
gzip -vf9 rtems
$(LD) -o $(basename $@)$(DOWNEXT) \
$(PROJECT_RELEASE)/lib/bootloader.o \
- --just-symbols=$(basename $@)$(EXEEXT) \
+ --just-symbols=$(basename $@).exe \
-b binary rtems.gz -T $(PROJECT_RELEASE)/lib/ppcboot.lds \
-Map $(basename $@).map && chmod 755 $@
rm -f rtems.gz