]> code.ossystems Code Review - openembedded-core.git/commit
bitbake.conf: Enable -fdebug-prefix-map for nativesdk
authorRobert Yang <liezhi.yang@windriver.com>
Fri, 14 Dec 2018 09:50:20 +0000 (17:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Jan 2019 11:21:57 +0000 (11:21 +0000)
commitb0b4d1b32203bb74fc3aec9b9a0d14bf7a52a0af
treeffc781f627ec0f58a5a37d85a3363fdb572ca439
parent2abbc4d0cd571e82ed6188d3b2d84b4cd6be25e8
bitbake.conf: Enable -fdebug-prefix-map for nativesdk

Files like lib/.debug/libgcc_s.so.1 from nativesdk-libgcc-dbg contains
buildpath without -fdebug-prefix-map, the root cause is object files (.o)
contain buildpath, and then ccache can't use them correctly.

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/conf/bitbake.conf