diff options
-rw-r--r-- | meta/recipes-support/libffi/libffi_3.2.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libffi/libffi_3.2.1.bb b/meta/recipes-support/libffi/libffi_3.2.1.bb index 42ab1087f3..0aff3f5466 100644 --- a/meta/recipes-support/libffi/libffi_3.2.1.bb +++ b/meta/recipes-support/libffi/libffi_3.2.1.bb @@ -25,6 +25,6 @@ FILES_${PN}-dev += "${libdir}/libffi-${PV}" # Doesn't compile in MIPS16e mode due to use of hand-written # assembly -MIPS_INSTRUCTION_SET = "mips16" +MIPS_INSTRUCTION_SET = "mips" BBCLASSEXTEND = "native nativesdk" |