]> code.ossystems Code Review - openembedded-core.git/commitdiff
uninative-flags.inc: do not default to old C++ ABI
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 8 May 2017 14:37:58 +0000 (17:37 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 28 Jun 2017 14:51:57 +0000 (15:51 +0100)
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

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
meta/conf/distro/include/uninative-flags.inc

index b6a944ef63bae01f91aa375eb9a1fb86c05cffb3..f5b15471a4b9d8905991e59c384e6a7a179f17d2 100644 (file)
@@ -1,9 +1,3 @@
-# https://wiki.debian.org/GCC5
-# We may see binaries built with gcc5 run or linked into gcc4 environment
-# so use the older libstdc++ standard for now until we don't support gcc4
-# on the host system.
-BUILD_CXXFLAGS_append = " -D_GLIBCXX_USE_CXX11_ABI=0"
-
 # icu configure defaults to CXX11 if no -std= option is passed in CXXFLAGS
 # therefore pass one
 BUILD_CXXFLAGS_append_pn-icu-native = " -std=c++98"