mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 02:03:04 +01:00
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) 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>
This commit is contained in:
committed by
Richard Purdie
parent
503682d6b9
commit
0884cb44f5
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user