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



commit 2c80ebf8dfb7284fac10c06a059341c40e56f5bd
Author: André Draszik <adraszik tycoint com>
Date:   Fri Jun 24 11:58:27 2016 +0100

    gmp: don't compile in mips16e mode
    
    gmp contains hand-written assembly which is not compatible with
    the MIPS16e mode.
    
    (From OE-Core rev: 217729318b42ab378e1cc70db7726022a5837b49)
    
    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/gmp/gmp_6.1.0.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-support/gmp/gmp_6.1.0.bb b/meta/recipes-support/gmp/gmp_6.1.0.bb
index de827f5..9acf5cf 100644
--- a/meta/recipes-support/gmp/gmp_6.1.0.bb
+++ b/meta/recipes-support/gmp/gmp_6.1.0.bb
@@ -30,4 +30,8 @@ do_install_append_class-target() {
 
 SSTATE_SCAN_FILES += "gmp.h"
 
+# Doesn't compile in MIPS16e mode due to use of hand-written
+# assembly
+MIPS_INSTRUCTION_SET = "mips"
+
 BBCLASSEXTEND = "native nativesdk"


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