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.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 1d5f5b7fcd..afb82eb370 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -597,7 +597,7 @@ TARGET_LINK_HASH_STYLE ?= "${@['-Wl,--hash-style=gnu',''][d.getVar('LINKER_HASH_
597ASNEEDED ?= "-Wl,--as-needed" 597ASNEEDED ?= "-Wl,--as-needed"
598 598
599export LDFLAGS = "${TARGET_LDFLAGS}" 599export LDFLAGS = "${TARGET_LDFLAGS}"
600TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE} ${ASNEEDED}" 600TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE} ${ASNEEDED} ${DEBUG_PREFIX_MAP}"
601# mips does not support GNU hash style therefore we override 601# mips does not support GNU hash style therefore we override
602LINKER_HASH_STYLE:mipsarch:libc-musl = "sysv" 602LINKER_HASH_STYLE:mipsarch:libc-musl = "sysv"
603 603