diff options
author | André Draszik <adraszik@tycoint.com> | 2016-10-26 13:07:25 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-16 10:37:56 +0000 |
commit | 2e6624293c25c4308d0b77b7799798a712c1cb7f (patch) | |
tree | 0a907726cf2365e6abecb3d6142ab4c9f7aaa4c6 /meta | |
parent | 8c69cdaceaec3f8dc277980ea324244f41d84c27 (diff) | |
download | poky-2e6624293c25c4308d0b77b7799798a712c1cb7f.tar.gz |
boost: disable 'wave' in MIPS16e mode
This doesn't compile, see
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77757#c2
(From OE-Core rev: 59f77d48528498f12cc9d1ba641a9c7ff50ba03a)
(From OE-Core rev: eaed926c023d1e25c29dcfc078c37461e29895b9)
Signed-off-by: André Draszik <adraszik@tycoint.com>
Acked-by: Sylvain Lemieux <slemieux@tycoint.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/boost/boost.inc | 2 |
1 files changed, 2 insertions, 0 deletions
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" | |||
34 | BOOST_LIBS_append_powerpc = " context coroutine" | 34 | BOOST_LIBS_append_powerpc = " context coroutine" |
35 | # need consistent settings for native builds (x86 override not applied for native) | 35 | # need consistent settings for native builds (x86 override not applied for native) |
36 | BOOST_LIBS_remove_class-native = " context coroutine" | 36 | BOOST_LIBS_remove_class-native = " context coroutine" |
37 | # does not compile | ||
38 | BOOST_LIBS_remove_mips16e = "wave" | ||
37 | 39 | ||
38 | # optional libraries | 40 | # optional libraries |
39 | PACKAGECONFIG ??= "locale" | 41 | PACKAGECONFIG ??= "locale" |