sdk: invoke bundle-libraries.sh w/o buildroot dirs in $PATH
authorJo-Philipp Wich <jo@mein.io>
Tue, 29 Dec 2020 00:06:43 +0000 (01:06 +0100)
committerJo-Philipp Wich <jo@mein.io>
Tue, 29 Dec 2020 00:07:42 +0000 (01:07 +0100)
commit7e4585e59362b581cedcbd852036789f713ae236
tree17b53367da631e52a2c73f430bc2bdfe061a217d
parent6a46615f372c02650f290614a8c5351bbadc80ed
sdk: invoke bundle-libraries.sh w/o buildroot dirs in $PATH

Invoke bundle-libraries.sh with any buildroot related directory entries
removed from $PATH to avoid picking up cross versions of utilities like
ldd which will not properly work when used against host executables.

This should fix executable bundling for glibc-target SDKs.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
target/sdk/Makefile