diff options
author | Juro Bystricky <juro.bystricky@intel.com> | 2015-03-26 08:14:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-03-31 22:23:16 +0100 |
commit | 47dedbcb52702539b124ecf43cf53e4c3b7b3b33 (patch) | |
tree | 4efae20cfabf427f6e557c1ea6a77dc1d1abaca9 /scripts/combo-layer | |
parent | 88340ad5225044069cbbc1c8bb4ad27b580f7f33 (diff) | |
download | poky-47dedbcb52702539b124ecf43cf53e4c3b7b3b33.tar.gz |
glibc-testing: Specify location of c++ header files
Glibc test suite contains several c++ files. They are built
with g++ -nostdinc. In this case the location of c++ include files
needs to be specified explicitly, or the programs may fail to build.
The header locations are assumed to be:
sysroot/usr/include/c++/<version>
sysroot/usr/include/c++/<version>/<machine>
The new code parses "configparms" to get the actual CXX and sysroot
used for the glibc test suite, then it queries CXX to determine
CXX <version> and CXX <machine>. With the known values for <version>
and <machine> the code composes a new value for c++-sysincludes
and appends "configparms" with that value.
[YOCTO #7081]
(From OE-Core rev: 35cd410bd3cfcd072df29e36cfe66b2c14cd3841)
Signed-off-by: Juro Bystricky <juro.bystricky@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/combo-layer')
0 files changed, 0 insertions, 0 deletions