summaryrefslogtreecommitdiffstats
path: root/recipes-core/llvm/llvm.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/llvm/llvm.inc')
-rw-r--r--recipes-core/llvm/llvm.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc
index de52443..1fbb0ef 100644
--- a/recipes-core/llvm/llvm.inc
+++ b/recipes-core/llvm/llvm.inc
@@ -206,7 +206,7 @@ def get_llvm_arch(d):
206 elif arch == "powerpc" or arch == "powerpc64": 206 elif arch == "powerpc" or arch == "powerpc64":
207 arch = "PowerPC" 207 arch = "PowerPC"
208 else: 208 else:
209 bb.error("%s does not support %s yet" % (bb.data.getVar('PN', d, 1), arch) ); 209 bb.warn("%s does not support %s yet" % (bb.data.getVar('PN', d, 1), arch) );
210 210
211 return arch 211 return arch
212 212