From 6d02b736fd3e8e0fdbb6d6fa1fb886aef4849a41 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 7 Jul 2010 23:43:39 +0200 Subject: [PATCH] binutils: add a link named 'strip' in the toolchain, it overrides the host 'strip' with 'install -s' Signed-off-by: Stephan Raue --- packages/toolchain/devel/binutils/build | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/toolchain/devel/binutils/build b/packages/toolchain/devel/binutils/build index 716222c82d..79679e5b2f 100755 --- a/packages/toolchain/devel/binutils/build +++ b/packages/toolchain/devel/binutils/build @@ -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 +