binutils: add a link named 'strip' in the toolchain, it overrides the host 'strip' with 'install -s'

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-07-07 23:43:39 +02:00
parent 87790e7d6b
commit 6d02b736fd

View File

@ -44,3 +44,7 @@ cp -v ../include/libiberty.h $SYSROOT_PREFIX/usr/include
make install
# add a link named 'strip' in the toolchain, it overrides the host
# 'strip' with `install -s`
ln -s $TARGET_NAME-strip $ROOT/$TOOLCHAIN/bin/strip