[gnome-continuous-yocto/gnomeostree-3.28-rocko: 134/218] musl: Disable thumb1 ISA



commit 3424b09737e460a350d75989e1a28d52bf15cc7b
Author: Andrea Adami <andrea adami gmail com>
Date:   Tue Nov 14 18:23:13 2017 -0800

    musl: Disable thumb1 ISA
    
    thumb1 is unsupported see http://www.openwall.com/lists/musl/2017/10/20/10
    
    Fix
    [YOCTO #12336]
    
    (From OE-Core rev: 12e40b38f49e99bcecfab8086cfe8f32d2eb931a)
    
    Signed-off-by: Andrea Adami <andrea adami gmail com>
    Signed-off-by: Khem Raj <raj khem gmail com>
    (cherry picked from commit d29bd5571187cb30d25f3a885e9e61aa20dd6d7a)
    Signed-off-by: Armin Kuster <akuster808 gmail com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-core/musl/musl.inc |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc
index 56c9d7f..9af1172 100644
--- a/meta/recipes-core/musl/musl.inc
+++ b/meta/recipes-core/musl/musl.inc
@@ -26,3 +26,8 @@ INSANE_SKIP_${PN} = "dev-so"
 # Doesn't compile in MIPS16e mode due to use of hand-written
 # assembly
 MIPS_INSTRUCTION_SET = "mips"
+
+# thumb1 is unsupported
+ARM_INSTRUCTION_SET_armv5 = "arm"
+ARM_INSTRUCTION_SET_armv4 = "arm"
+


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