mirror of
https://git.yoctoproject.org/poky
synced 2026-04-04 23:02:22 +02:00
libffi: don't compile in mips16e mode
libffi contains hand-written assembly which is not compatible with the MIPS16e mode. (From OE-Core rev: 27467ca354801aeb6d7e3a658cff3dda37db971a) Signed-off-by: André Draszik <adraszik@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
90bb7c1a96
commit
fc97ef905d
@@ -23,4 +23,8 @@ inherit autotools texinfo
|
||||
|
||||
FILES_${PN}-dev += "${libdir}/libffi-${PV}"
|
||||
|
||||
# Doesn't compile in MIPS16e mode due to use of hand-written
|
||||
# assembly
|
||||
MIPS_INSTRUCTION_SET = "mips16"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user