diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2016-10-08 10:53:52 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-08 23:06:26 +0100 |
commit | 9f9be229040f4f9a523a1e25afd78d5c3f4efc23 (patch) | |
tree | a1ffe2edb608dfb1693ccd6595990024ec0282ef /meta/recipes-devtools/flex | |
parent | 2810671a0f96776c135137f27a5ca52194ddd692 (diff) | |
download | openembedded-core-9f9be229040f4f9a523a1e25afd78d5c3f4efc23.tar.gz openembedded-core-9f9be229040f4f9a523a1e25afd78d5c3f4efc23.tar.bz2 openembedded-core-9f9be229040f4f9a523a1e25afd78d5c3f4efc23.zip |
gcc-runtime.inc: Add CPP support for x86-64-x32 tune
Using the following setup (as specified in yocto sample code):
MACHINE = "qemux86-64"
require conf/multilib.conf
MULTILIBS = "multilib:libx32"
DEFAULTTUNE_virtclass-multilib-libx32 = "x86-64-x32"
We fail to compile simple CPP programs because CPP cannot
find relevant header files, looking for them in a non-existing place.
To fix this, we create a symlink of the name CPP expects and point it to
the corresponding existing directory.
[YOCTO#10354]
[YOCTO#10380]
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/flex')
0 files changed, 0 insertions, 0 deletions