summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/llvm/llvm_19.1.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_19.1.7.bb b/meta/recipes-devtools/llvm/llvm_19.1.7.bb
index 029a1fb4c5..8e861939e0 100644
--- a/meta/recipes-devtools/llvm/llvm_19.1.7.bb
+++ b/meta/recipes-devtools/llvm/llvm_19.1.7.bb
@@ -43,6 +43,7 @@ def get_llvm_arch(bb, d, arch_var):
43 elif re.match(r'armeb$', a): return 'ARM' 43 elif re.match(r'armeb$', a): return 'ARM'
44 elif re.match(r'aarch64$', a): return 'AArch64' 44 elif re.match(r'aarch64$', a): return 'AArch64'
45 elif re.match(r'aarch64_be$', a): return 'AArch64' 45 elif re.match(r'aarch64_be$', a): return 'AArch64'
46 elif re.match(r'loongarch(32|64|)$', a): return 'LoongArch'
46 elif re.match(r'mips(isa|)(32|64|)(r6|)(el|)$', a): return 'Mips' 47 elif re.match(r'mips(isa|)(32|64|)(r6|)(el|)$', a): return 'Mips'
47 elif re.match(r'riscv(32|64)(eb|)$', a): return 'RISCV' 48 elif re.match(r'riscv(32|64)(eb|)$', a): return 'RISCV'
48 elif re.match(r'p(pc|owerpc)(|64)', a): return 'PowerPC' 49 elif re.match(r'p(pc|owerpc)(|64)', a): return 'PowerPC'