[oe-commits] [openembedded-core] 29/57: uninative-flags.inc: do not default to old C++ ABI

git at git.openembedded.org git at git.openembedded.org
Wed Jun 28 14:53:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 80791bd2d58c2e56b0dfbd2f0d43db8c90841ee4
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Mon May 8 17:37:58 2017 +0300

    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
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
---
 meta/conf/distro/include/uninative-flags.inc | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/meta/conf/distro/include/uninative-flags.inc b/meta/conf/distro/include/uninative-flags.inc
index b6a944e..f5b1547 100644
--- a/meta/conf/distro/include/uninative-flags.inc
+++ b/meta/conf/distro/include/uninative-flags.inc
@@ -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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list