summaryrefslogtreecommitdiffstats
path: root/meta-yocto
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-01 08:01:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-08-01 23:11:17 +0100
commitacde166f5b865c9d11ca6ec0457fb5cb1f1793f2 (patch)
tree0e409a34b7be6ff89692a0c8ff844e26c4600345 /meta-yocto
parent5dc490cdb30e687a5f72da7d4dfac825049c262d (diff)
downloadpoky-acde166f5b865c9d11ca6ec0457fb5cb1f1793f2.tar.gz
gcc-configure-target: Set native-system-header-dir for target gcc
Without this set, in the case host=target (which it does for on-target gcc), the native header directory is set to the target sysroot with no prefix. This means it would look for sdt.h on the build system instead of in the target headers and this can lead to build failures and is host contamination of the build. The correct fix is to explicitly set the native header directory to the correct location and then the headers get detected correctly. (From OE-Core rev: 404d2d490fc347203e89d274530c17fb5f0aa20f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
0 files changed, 0 insertions, 0 deletions