OSDN Git Service

build: pass --strip-all, not --strip-debug to strip
authorIliyan Malchev <malchev@google.com>
Wed, 16 Mar 2011 23:52:43 +0000 (16:52 -0700)
committerIliyan Malchev <malchev@google.com>
Thu, 17 Mar 2011 17:09:59 +0000 (10:09 -0700)
commit0cafe839e079f71e4799868d03a39ec82aa277a7
tree71bdb979243f8cc0eec5d4ebdacbf5b510602e94
parent28149769b35227080090e48c9da5d07de9a4ee83
build: pass --strip-all, not --strip-debug to strip

Option --strip-all will remove the static symbol section in addition to debug
symbols.  We do not need the static symbol table in libraries installed on the
target.

Change-Id: I7a52d22f5b45aa727f31bfd9af796b289528caef
Signed-off-by: Iliyan Malchev <malchev@google.com>
CleanSpec.mk
core/combo/TARGET_linux-arm.mk