summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/musl
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/musl')
-rw-r--r--meta/recipes-core/musl/musl.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta/recipes-core/musl/musl.inc b/meta/recipes-core/musl/musl.inc
index 56c9d7fe17..9af1172ae0 100644
--- a/meta/recipes-core/musl/musl.inc
+++ b/meta/recipes-core/musl/musl.inc
@@ -26,3 +26,8 @@ INSANE_SKIP_${PN} = "dev-so"
26# Doesn't compile in MIPS16e mode due to use of hand-written 26# Doesn't compile in MIPS16e mode due to use of hand-written
27# assembly 27# assembly
28MIPS_INSTRUCTION_SET = "mips" 28MIPS_INSTRUCTION_SET = "mips"
29
30# thumb1 is unsupported
31ARM_INSTRUCTION_SET_armv5 = "arm"
32ARM_INSTRUCTION_SET_armv4 = "arm"
33