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 c675c4d..5cc9957 100644
--- a/recipes-core/llvm/llvm.inc
+++ b/recipes-core/llvm/llvm.inc
@@ -208,7 +208,7 @@ def get_llvm_arch(d):
208 elif arch == "powerpc": 208 elif arch == "powerpc":
209 arch = "PowerPC" 209 arch = "PowerPC"
210 else: 210 else:
211 oefatal("Your target architecture is not supported by this recipe"); 211 bb.error("%s does not support %s yet" % (bb.data.getVar('PN', d, 1), arch) );
212 212
213 return arch 213 return arch
214 214