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

This reverts commit 73c4326819767e12f0af0f468583b30febbdcf7e.
This commit is contained in:
Stephan Raue 2012-01-27 15:40:39 +01:00
parent 42664da533
commit bf6faa6195

View File

@ -67,4 +67,3 @@ 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