* [PATCH] boost: disable 'wave' in MIPS16e mode
@ 2016-10-26 12:07 André Draszik
0 siblings, 0 replies; only message in thread
From: André Draszik @ 2016-10-26 12:07 UTC (permalink / raw)
To: openembedded-core
From: André Draszik <adraszik@tycoint.com>
This doesn't compile, see
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77757#c2
Signed-off-by: André Draszik <adraszik@tycoint.com>
Acked-by: Sylvain Lemieux <slemieux@tycoint.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"
--
2.9.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-10-26 12:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-26 12:07 [PATCH] boost: disable 'wave' in MIPS16e mode André Draszik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox