summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/conf/bitbake.conf7
1 files changed, 1 insertions, 6 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index a72d2f6054..14b56ccca9 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -522,12 +522,7 @@ export BUILD_LDFLAGS = "-L${STAGING_LIBDIR_NATIVE} \
522 -Wl,-rpath,${STAGING_BASE_LIBDIR_NATIVE} \ 522 -Wl,-rpath,${STAGING_BASE_LIBDIR_NATIVE} \
523 -Wl,-O1" 523 -Wl,-O1"
524 524
525BUILDSDK_LDFLAGS = "-L${STAGING_LIBDIR} \ 525BUILDSDK_LDFLAGS = "-Wl,-O1"
526 -Wl,-rpath-link,${STAGING_LIBDIR} \
527 -Wl,-rpath,${libdir} -Wl,-O1 \
528 -L${STAGING_DIR_HOST}${base_libdir} \
529 -Wl,-rpath-link,${STAGING_DIR_HOST}${base_libdir} \
530 -Wl,-rpath,${base_libdir} -Wl,-O1"
531 526
532LINKER_HASH_STYLE ??= "gnu" 527LINKER_HASH_STYLE ??= "gnu"
533# mips does not support GNU hash style therefore we override 528# mips does not support GNU hash style therefore we override