diff options
| -rw-r--r-- | meta/conf/bitbake.conf | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 492ed9678a..ea584097e4 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -427,7 +427,10 @@ export BUILD_LDFLAGS = "-L${STAGING_LIBDIR_NATIVE} \  BUILDSDK_LDFLAGS = "-L${STAGING_LIBDIR} \                      -Wl,-rpath-link,${STAGING_LIBDIR} \ -                    -Wl,-rpath,${libdir} -Wl,-O1" +                    -Wl,-rpath,${libdir} -Wl,-O1 \ +                    -L${STAGING_DIR_HOST}${base_libdir} \ +                    -Wl,-rpath-link,${STAGING_DIR_HOST}${base_libdir} \ +                    -Wl,-rpath,${base_libdir} -Wl,-O1"  export LDFLAGS = "${TARGET_LDFLAGS}"  export TARGET_LDFLAGS = "-Wl,-O1" | 
