summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/musl/libucontext_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/libucontext_git.bb b/meta/recipes-core/musl/libucontext_git.bb
index 734ad9c953..11affebb49 100644
--- a/meta/recipes-core/musl/libucontext_git.bb
+++ b/meta/recipes-core/musl/libucontext_git.bb
@@ -40,8 +40,8 @@ def map_kernel_arch(a, d):
40 elif re.match('aarch64_be_ilp32$', a): return 'aarch64' 40 elif re.match('aarch64_be_ilp32$', a): return 'aarch64'
41 elif re.match('mips(isa|)(32|)(r6|)(el|)$', a): return 'mips' 41 elif re.match('mips(isa|)(32|)(r6|)(el|)$', a): return 'mips'
42 elif re.match('mips(isa|)64(r6|)(el|)$', a): return 'mips64' 42 elif re.match('mips(isa|)64(r6|)(el|)$', a): return 'mips64'
43 elif re.match('p(pc64|owerpc64)(le)', a): return 'ppc64'
43 elif re.match('p(pc|owerpc)', a): return 'ppc' 44 elif re.match('p(pc|owerpc)', a): return 'ppc'
44 elif re.match('p(pc64|owerpc64)', a): return 'ppc64'
45 elif re.match('riscv64$', a): return 'riscv64' 45 elif re.match('riscv64$', a): return 'riscv64'
46 elif re.match('riscv32$', a): return 'riscv32' 46 elif re.match('riscv32$', a): return 'riscv32'
47 else: 47 else: