diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-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} \ | |||
427 | 427 | ||
428 | BUILDSDK_LDFLAGS = "-L${STAGING_LIBDIR} \ | 428 | BUILDSDK_LDFLAGS = "-L${STAGING_LIBDIR} \ |
429 | -Wl,-rpath-link,${STAGING_LIBDIR} \ | 429 | -Wl,-rpath-link,${STAGING_LIBDIR} \ |
430 | -Wl,-rpath,${libdir} -Wl,-O1" | 430 | -Wl,-rpath,${libdir} -Wl,-O1 \ |
431 | -L${STAGING_DIR_HOST}${base_libdir} \ | ||
432 | -Wl,-rpath-link,${STAGING_DIR_HOST}${base_libdir} \ | ||
433 | -Wl,-rpath,${base_libdir} -Wl,-O1" | ||
431 | 434 | ||
432 | export LDFLAGS = "${TARGET_LDFLAGS}" | 435 | export LDFLAGS = "${TARGET_LDFLAGS}" |
433 | export TARGET_LDFLAGS = "-Wl,-O1" | 436 | export TARGET_LDFLAGS = "-Wl,-O1" |