mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
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 <andrea.adami@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
5809c8fc85
commit
2f497f20fe
@@ -26,3 +26,8 @@ INSANE_SKIP_${PN} = "dev-so"
|
|||||||
# Doesn't compile in MIPS16e mode due to use of hand-written
|
# Doesn't compile in MIPS16e mode due to use of hand-written
|
||||||
# assembly
|
# assembly
|
||||||
MIPS_INSTRUCTION_SET = "mips"
|
MIPS_INSTRUCTION_SET = "mips"
|
||||||
|
|
||||||
|
# thumb1 is unsupported
|
||||||
|
ARM_INSTRUCTION_SET_armv5 = "arm"
|
||||||
|
ARM_INSTRUCTION_SET_armv4 = "arm"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user