From: Andrea Adami Date: Wed, 15 Nov 2017 02:23:13 +0000 (-0800) Subject: musl: Disable thumb1 ISA X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f497f20febf142a1ff0fe913f971d4db06260ab;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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: d29bd5571187cb30d25f3a885e9e61aa20dd6d7a) Signed-off-by: Andrea Adami Signed-off-by: Khem Raj Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc index 56c9d7fe179..9af1172ae04 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" +