mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-07 09:57:50 +00:00
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:
parent
87790e7d6b
commit
6d02b736fd
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user