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.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 30fcc7947b..edc494111f 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -449,8 +449,9 @@ BUILDSDK_LDFLAGS = "-L${STAGING_LIBDIR} \
449 -Wl,-rpath-link,${STAGING_DIR_HOST}${base_libdir} \ 449 -Wl,-rpath-link,${STAGING_DIR_HOST}${base_libdir} \
450 -Wl,-rpath,${base_libdir} -Wl,-O1" 450 -Wl,-rpath,${base_libdir} -Wl,-O1"
451 451
452TARGET_LINK_HASH_STYLE ??= ""
452export LDFLAGS = "${TARGET_LDFLAGS}" 453export LDFLAGS = "${TARGET_LDFLAGS}"
453export TARGET_LDFLAGS = "-Wl,-O1" 454export TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE}"
454#export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}${libdir} \ 455#export TARGET_LDFLAGS = "-L${STAGING_DIR_TARGET}${libdir} \
455# -Wl,-rpath-link,${STAGING_DIR_TARGET}${libdir} \ 456# -Wl,-rpath-link,${STAGING_DIR_TARGET}${libdir} \
456# -Wl,-O1" 457# -Wl,-O1"