[oe-commits] [openembedded-core] 12/83: boost: disable 'wave' in MIPS16e mode

git at git.openembedded.org git at git.openembedded.org
Sun Nov 6 23:36:24 UTC 2016


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

commit 59f77d48528498f12cc9d1ba641a9c7ff50ba03a
Author: André Draszik <adraszik at tycoint.com>
AuthorDate: Wed Oct 26 13:07:25 2016 +0100

    boost: disable 'wave' in MIPS16e mode
    
    This doesn't compile, see
      https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77757#c2
    
    Signed-off-by: André Draszik <adraszik at tycoint.com>
    Acked-by: Sylvain Lemieux <slemieux at tycoint.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/boost/boost.inc | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc
index ef16533..1966d3d 100644
--- a/meta/recipes-support/boost/boost.inc
+++ b/meta/recipes-support/boost/boost.inc
@@ -34,6 +34,8 @@ BOOST_LIBS_append_x86-64 = " context coroutine"
 BOOST_LIBS_append_powerpc = " context coroutine"
 # need consistent settings for native builds (x86 override not applied for native)
 BOOST_LIBS_remove_class-native = " context coroutine"
+# does not compile
+BOOST_LIBS_remove_mips16e = "wave"
 
 # optional libraries
 PACKAGECONFIG ??= "locale"

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


More information about the Openembedded-commits mailing list