summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/custom/mbx8xx.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/mbx8xx.cfg b/make/custom/mbx8xx.cfg
index b4566046e1..3e9b74431b 100644
--- a/make/custom/mbx8xx.cfg
+++ b/make/custom/mbx8xx.cfg
@@ -192,7 +192,7 @@ define make-exe
-u atexit -u __vectors -u start \
$(START_FILE) $(LINK_OBJS) --start-group $(LINK_LIBS) --end-group
$(NM) -g -n $(basename $@)_sym.exe> $(basename $@).nm
- $(STRIP) -o $(basename $@).exe $(basename $@)_sym-exe
+ $(STRIP) -O $(basename $@).exe $(basename $@)_sym-exe
$(SIZE) $(basename $@)_sym.exe
endef
else