summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-09 18:52:07 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-09 18:52:07 +0000
commitd7d51376cbe99e84cf785068c4280c34e112418e (patch)
treeb8bc9e248b7875ae7790971a9fbcd8dc7b5234bd /make/custom
parentCorrected z85c30 address and clock constants. (diff)
downloadrtems-d7d51376cbe99e84cf785068c4280c34e112418e.tar.bz2
Now strip elf executables so they are much smaller and quicker to
read from and write to a floppy.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/dmv177.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/custom/dmv177.cfg b/make/custom/dmv177.cfg
index e3fa5c489b..aff967ee8a 100644
--- a/make/custom/dmv177.cfg
+++ b/make/custom/dmv177.cfg
@@ -107,6 +107,7 @@ define make-exe
$(PROJECT_TOOLS)/packhex > $(basename $@).exe
$(NM) -g -n $(basename $@).nxe > $(basename $@).num
$(SIZE) $(basename $@).nxe
+ $(STRIP) $(basename $@).nxe
endef
# Miscellaneous additions go here