diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-05-08 17:37:58 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-06-28 15:52:18 +0100 |
commit | 2e8d7ee5c0fb5df1016872db6d73495db8054fdc (patch) | |
tree | 9e033f73ce770d8547bd1376a32b4370bba15298 /meta/conf/distro/include | |
parent | 7bf70f8e9d88964648a05fffe740f32a3dca6a2f (diff) | |
download | poky-2e8d7ee5c0fb5df1016872db6d73495db8054fdc.tar.gz |
uninative-flags.inc: do not default to old C++ ABI
This was needed for interoperability between code compiled with gcc 4 and 5;
there should be now a different fix for the issue:
http://git.yoctoproject.org/cgit/cgit.cgi/poky/commit/?id=c21cec84886d9c70396e9be0ceb9a8ef300b54be
(From OE-Core rev: 80791bd2d58c2e56b0dfbd2f0d43db8c90841ee4)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/uninative-flags.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/conf/distro/include/uninative-flags.inc b/meta/conf/distro/include/uninative-flags.inc index b6a944ef63..f5b15471a4 100644 --- a/meta/conf/distro/include/uninative-flags.inc +++ b/meta/conf/distro/include/uninative-flags.inc | |||
@@ -1,9 +1,3 @@ | |||
1 | # https://wiki.debian.org/GCC5 | ||
2 | # We may see binaries built with gcc5 run or linked into gcc4 environment | ||
3 | # so use the older libstdc++ standard for now until we don't support gcc4 | ||
4 | # on the host system. | ||
5 | BUILD_CXXFLAGS_append = " -D_GLIBCXX_USE_CXX11_ABI=0" | ||
6 | |||
7 | # icu configure defaults to CXX11 if no -std= option is passed in CXXFLAGS | 1 | # icu configure defaults to CXX11 if no -std= option is passed in CXXFLAGS |
8 | # therefore pass one | 2 | # therefore pass one |
9 | BUILD_CXXFLAGS_append_pn-icu-native = " -std=c++98" | 3 | BUILD_CXXFLAGS_append_pn-icu-native = " -std=c++98" |