[oe-commits] [openembedded-core] 32/83: libffi: don't compile in mips16e mode

git at git.openembedded.org git at git.openembedded.org
Fri Jul 1 15:32:00 UTC 2016


rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 27467ca354801aeb6d7e3a658cff3dda37db971a
Author: André Draszik <adraszik at tycoint.com>
AuthorDate: Fri Jun 24 11:58:29 2016 +0100

    libffi: don't compile in mips16e mode
    
    libffi contains hand-written assembly which is not compatible with
    the MIPS16e mode.
    
    Signed-off-by: André Draszik <adraszik at tycoint.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-support/libffi/libffi_3.2.1.bb | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/meta/recipes-support/libffi/libffi_3.2.1.bb b/meta/recipes-support/libffi/libffi_3.2.1.bb
index 72e25fb..42ab108 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
 
 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list