summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libffi/libffi_3.2.1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/libffi/libffi_3.2.1.bb b/meta/recipes-support/libffi/libffi_3.2.1.bb
index 72e25fb9d5..42ab1087f3 100644
--- a/meta/recipes-support/libffi/libffi_3.2.1.bb
+++ b/meta/recipes-support/libffi/libffi_3.2.1.bb
@@ -23,4 +23,8 @@ inherit autotools texinfo
23 23
24FILES_${PN}-dev += "${libdir}/libffi-${PV}" 24FILES_${PN}-dev += "${libdir}/libffi-${PV}"
25 25
26# Doesn't compile in MIPS16e mode due to use of hand-written
27# assembly
28MIPS_INSTRUCTION_SET = "mips16"
29
26BBCLASSEXTEND = "native nativesdk" 30BBCLASSEXTEND = "native nativesdk"