gcc-final: strip symbols

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-10-15 02:21:42 +02:00
parent 006e710441
commit e1f8fe9272

View File

@ -61,6 +61,11 @@ mkdir -p objdir-$1 && cd objdir-$1
make
if [ ! "$DEBUG" = yes ]; then
$STRIP `find . -name "*.so"`
$STRIP `find . -name "*.so.[0-9]*"`
fi
make install
cp -PR $TARGET_NAME/libstdc++-v3/src/.libs/libstdc++.so* $SYSROOT_PREFIX/usr/lib