[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1100/8267] libffi: don't compile in mips16e mode



commit fc97ef905d098dcc6b061032db0e4748e21d5bee
Author: André Draszik <adraszik tycoint com>
Date:   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.
    
    (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>

 meta/recipes-support/libffi/libffi_3.2.1.bb |    4 ++++
 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 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"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]