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



commit 7178f0732dfff402b0c6476bb5b4cf1e38b6c2e4
Author: André Draszik <adraszik tycoint com>
Date:   Thu Jul 21 04:19:48 2016 +0100

    musl: don't compile in mips16e mode
    
    musl contains hand-written assembly which is not compatible with
    the MIPS16e mode.
    
    (From OE-Core rev: dbbd58cb64b12cb4dc816425eee59c56cd46301f)
    
    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-core/musl/musl.inc |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc
index 5e6cd01..276b00f 100644
--- a/meta/recipes-core/musl/musl.inc
+++ b/meta/recipes-core/musl/musl.inc
@@ -24,3 +24,6 @@ FILES_SOLIBSDEV = ""
 FILES_${PN} += "${libdir}/lib*${SOLIBSDEV}"
 INSANE_SKIP_${PN} = "dev-so"
 
+# Doesn't compile in MIPS16e mode due to use of hand-written
+# assembly
+MIPS_INSTRUCTION_SET = "mips"


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