diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
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_ | |||
597 | ASNEEDED ?= "-Wl,--as-needed" | 597 | ASNEEDED ?= "-Wl,--as-needed" |
598 | 598 | ||
599 | export LDFLAGS = "${TARGET_LDFLAGS}" | 599 | export LDFLAGS = "${TARGET_LDFLAGS}" |
600 | TARGET_LDFLAGS = "-Wl,-O1 ${TARGET_LINK_HASH_STYLE} ${ASNEEDED}" | 600 | TARGET_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 |
602 | LINKER_HASH_STYLE:mipsarch:libc-musl = "sysv" | 602 | LINKER_HASH_STYLE:mipsarch:libc-musl = "sysv" |
603 | 603 | ||