From 59f77d48528498f12cc9d1ba641a9c7ff50ba03a Mon Sep 17 00:00:00 2001 From: André Draszik Date: Wed, 26 Oct 2016 13:07:25 +0100 Subject: boost: disable 'wave' in MIPS16e mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This doesn't compile, see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77757#c2 Signed-off-by: André Draszik Acked-by: Sylvain Lemieux Signed-off-by: Ross Burton --- meta/recipes-support/boost/boost.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta') diff --git a/meta/recipes-support/boost/boost.inc b/meta/recipes-support/boost/boost.inc index ef16533bab..1966d3d807 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" -- cgit 1.2.3-korg