summaryrefslogtreecommitdiffstats
path: root/meta/conf/bitbake.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r--meta/conf/bitbake.conf5
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
428BUILDSDK_LDFLAGS = "-L${STAGING_LIBDIR} \ 428BUILDSDK_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
432export LDFLAGS = "${TARGET_LDFLAGS}" 435export LDFLAGS = "${TARGET_LDFLAGS}"
433export TARGET_LDFLAGS = "-Wl,-O1" 436export TARGET_LDFLAGS = "-Wl,-O1"