icecc-create-env: do not run strip 04/69704/1
authorJulien Isorce <j.isorce@samsung.com>
Mon, 16 May 2016 10:42:15 +0000 (11:42 +0100)
committerJulien Isorce <j.isorce@samsung.com>
Mon, 16 May 2016 10:51:58 +0000 (11:51 +0100)
commitcf46d13badfe863ff0243162f9704c68108bda9f
tree0ec56a9ae098d33fb69a7bddbbec905ad72506a5
parentea26bb4f5b46d97aa0bc712865827c0cbb712833
icecc-create-env: do not run strip

On some conditions strip can corrupt input binary that
it is trying to strip symbols.
See https://bugs.tizen.org/jira/browse/TINF-1404

Also on Tizen3.0, binaries that icecc put into the mini
compiler archive, are already stripped (gcc. g++, as). So
running strip on them does not bring any advantages.

Change-Id: Ifea3e85411ee4941877360aae137304682d7acd3
Signed-off-by: Julien Isorce <j.isorce@samsung.com>
client/icecc-create-env