mirror of
https://git.yoctoproject.org/poky
synced 2026-04-16 15:32:13 +02:00
buildtools-tarball: Add an ld.so.conf for nativesdk-binutils
We need to search our own libdirs, then fall back to the system ones as our customised dynamic loader will. Have ld.so.conf reflect that. This ensures that binutils finds libraries here when linking too. (From OE-Core rev: ab729c362684474a8346e5256d636200826feb47) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -74,6 +74,10 @@ create_sdk_files_append () {
|
||||
|
||||
echo 'export GIT_SSL_CAINFO="${SDKPATHNATIVE}${sysconfdir}/ssl/certs/ca-certificates.crt"' >>$script
|
||||
|
||||
mkdir -p ${SDK_OUTPUT}/${SDKPATHNATIVE}${sysconfdir}/
|
||||
echo '${SDKPATHNATIVE}${libdir}
|
||||
${SDKPATHNATIVE}${base_libdir}
|
||||
include /etc/ld.so.conf' > ${SDK_OUTPUT}/${SDKPATHNATIVE}${sysconfdir}/ld.so.conf
|
||||
if [ "${SDKMACHINE}" = "i686" ]; then
|
||||
echo 'export NO32LIBS="0"' >>$script
|
||||
echo 'echo "$BB_ENV_EXTRAWHITE" | grep -q "NO32LIBS"' >>$script
|
||||
|
||||
Reference in New Issue
Block a user