mirror of
https://github.com/Fishwaldo/meta-riscv.git
synced 2025-03-15 19:41:42 +00:00
capnproto: Disable on rv32/musl
Needs context functions Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ea75275414
commit
69f38710a0
1 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue