diff options
Diffstat (limited to 'meta/conf/bitbake.conf')
-rw-r--r-- | meta/conf/bitbake.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 92aa944b91..a21b7282fb 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -600,9 +600,10 @@ EXTRA_OEMAKE_prepend_task-install = "${PARALLEL_MAKEINST} " | |||
600 | ################################################################## | 600 | ################################################################## |
601 | # Optimization flags. | 601 | # Optimization flags. |
602 | ################################################################## | 602 | ################################################################## |
603 | # Beware: applied last to first | ||
603 | DEBUG_PREFIX_MAP ?= "-fdebug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ | 604 | DEBUG_PREFIX_MAP ?= "-fdebug-prefix-map=${WORKDIR}=/usr/src/debug/${PN}/${EXTENDPE}${PV}-${PR} \ |
604 | -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \ | ||
605 | -fdebug-prefix-map=${STAGING_DIR_HOST}= \ | 605 | -fdebug-prefix-map=${STAGING_DIR_HOST}= \ |
606 | -fdebug-prefix-map=${STAGING_DIR_NATIVE}= \ | ||
606 | " | 607 | " |
607 | DEBUG_FLAGS ?= "-g -feliminate-unused-debug-types ${DEBUG_PREFIX_MAP}" | 608 | DEBUG_FLAGS ?= "-g -feliminate-unused-debug-types ${DEBUG_PREFIX_MAP}" |
608 | 609 | ||