mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
scripts/image: use ld-linux.so from target for prelinking
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f5ef5df941
commit
8fd8b18962
@ -161,7 +161,8 @@ IMAGE_NAME="$DISTRONAME-$TARGET_VERSION"
|
|||||||
|
|
||||||
if [ "$PRELINK_SUPPORT" = "yes" ]; then
|
if [ "$PRELINK_SUPPORT" = "yes" ]; then
|
||||||
$SCRIPTS/install prelink-cross
|
$SCRIPTS/install prelink-cross
|
||||||
$TOOLCHAIN/sbin/prelink -amRvf --root=$INSTALL
|
LINKER=`basename $INSTALL/lib/ld-linux*`
|
||||||
|
$TOOLCHAIN/sbin/prelink -amRvf --root=$INSTALL --dynamic-linker /lib/$LINKER
|
||||||
rm -rf $INSTALL/etc/prelink.conf
|
rm -rf $INSTALL/etc/prelink.conf
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user