[make] Add STRIP tool

Change-Id: I4ff5c33d4f84b3fcd52cb6ec9953595e68721205
Signed-off-by: Michael Ryleev <gmar@google.com>
This commit is contained in:
Michael Ryleev
2014-09-26 14:30:31 -07:00
committed by Arve Hjønnevåg
parent 1f189835a2
commit c22b2f4576

View File

@@ -178,6 +178,7 @@ OBJCOPY := $(TOOLCHAIN_PREFIX)objcopy
CPPFILT := $(TOOLCHAIN_PREFIX)c++filt
SIZE := $(TOOLCHAIN_PREFIX)size
NM := $(TOOLCHAIN_PREFIX)nm
STRIP := $(TOOLCHAIN_PREFIX)strip
# try to have the compiler output colorized error messages if available
export GCC_COLORS ?= 1