From 73c4326819767e12f0af0f468583b30febbdcf7e Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Fri, 27 Jan 2012 00:27:36 +0100 Subject: [PATCH] binutils: symlink $TOOLCHAIN/bin/strip so the host strip tool will not be called from 'install' tool Signed-off-by: Stephan Raue --- packages/toolchain/devel/binutils/build | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/toolchain/devel/binutils/build b/packages/toolchain/devel/binutils/build index 96ec95ed65..fae3ba1825 100755 --- a/packages/toolchain/devel/binutils/build +++ b/packages/toolchain/devel/binutils/build @@ -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 \ No newline at end of file