summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-14 17:30:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-09-14 17:30:22 +0000
commit37b5d78153e68ccf08db8a6eb4e9848f83aec8e3 (patch)
treeff0a244a57ed65f0d2b1cfdf0dd68d0d480475b6 /make/custom
parent2001-09-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-37b5d78153e68ccf08db8a6eb4e9848f83aec8e3.tar.bz2
2001-09-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/canonical-target-name.m4: Use AC_CANONICAL_TARGET instead of AC_CANONICAL_SYSTEM. * aclocal/config-subdirs.m4: Use AS_MKDIR_P instead of mkinstalldirs and mkdir. * aclocal/target.m4: Obsolete RTEMS_OUTPUT_BUILD_SUBDIRS, hack RTEMS_CONFIG_BUILD_SUBDIRS, introduce _RTEMS_OUTPUT_BUILD_SUBDIRS.
Diffstat (limited to 'make/custom')
-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