sdk: do not strip static libraries
authorJo-Philipp Wich <jo@mein.io>
Wed, 18 Jan 2017 02:15:31 +0000 (03:15 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 18 Jan 2017 15:13:10 +0000 (16:13 +0100)
commit29a4a17f55e1c6ef8c50370766160a92233813b5
tree65d8e60e417ba057f52253819bb9280b935fed9e
parentc71e13a81a3aad967e2480eb43377bd44d13936b
sdk: do not strip static libraries

Do not strip static libraries shipped with the SDK in order to preserve the
archive index. If we strip the index of the shipped libraries, host programs
will fail to link these libraries with errors like:

    libssl.a: error adding symbols: Archive has no index; run ranlib to add one

The error was found while investigating a Python host build failure within
the SDK environment.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/sdk/Makefile