capnproto: Disable on rv32/musl

Needs context functions

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2021-03-28 01:49:49 -07:00
parent ea75275414
commit 69f38710a0

View file

@ -104,3 +104,7 @@ COMPATIBLE_HOST_pn-thunar-shares-plugin_riscv32 = "null"
# sipe-mime.c:129:30: error: cast from 'GTypeInstance *' (aka 'struct _GTypeInstance *') to 'GMimeStreamFilter *' (aka 'struct _GMimeStreamFilter *') increases required al ignment from 4 to 8 [-Werror,-Wcast-align]
COMPATIBLE_HOST_pn-pidgin-sipe_riscv32 = "null"
# needs swapcontext/makecontext/getcontext which are
# not yet implemented in linucontext for rv32
COMPATIBLE_HOST_pn-capnproto_libc-musl_riscv32 = "null"