[oe-commits] [openembedded-core] 11/12: musl: Disable thumb1 ISA

git at git.openembedded.org git at git.openembedded.org
Tue Feb 20 07:47:50 UTC 2018


This is an automated email from the git hooks/post-receive script.

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

commit 12e40b38f49e99bcecfab8086cfe8f32d2eb931a
Author: Andrea Adami <andrea.adami at gmail.com>
AuthorDate: 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]
    
    Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    (cherry picked from commit d29bd5571187cb30d25f3a885e9e61aa20dd6d7a)
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta/recipes-core/musl/musl.inc | 5 +++++
 1 file changed, 5 insertions(+)

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"
+

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


More information about the Openembedded-commits mailing list