binutils: symlink $TOOLCHAIN/bin/strip so the host strip tool will not be called from 'install' tool

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-01-27 00:27:36 +01:00
parent c05a39290b
commit 73c4326819

View File

@ -67,3 +67,4 @@ make install
cp ${TARGET_PREFIX}ld.gold ${TARGET_PREFIX}gold
cp $ROOT/$TOOLCHAIN/$TARGET_NAME/bin/ld.gold $ROOT/$TOOLCHAIN/$TARGET_NAME/bin/gold
ln -sf $TARGET_NAME-strip $ROOT/$TOOLCHAIN/bin/strip