diff options
Diffstat (limited to 'recipes-core/llvm/llvm.inc')
-rw-r--r-- | recipes-core/llvm/llvm.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc index c1f7f45..0718a12 100644 --- a/recipes-core/llvm/llvm.inc +++ b/recipes-core/llvm/llvm.inc | |||
@@ -203,7 +203,7 @@ def get_llvm_arch(d): | |||
203 | arch = "ARM" | 203 | arch = "ARM" |
204 | elif arch == "mipsel" or arch == "mips": | 204 | elif arch == "mipsel" or arch == "mips": |
205 | arch = "mips" | 205 | arch = "mips" |
206 | elif arch == "powerpc": | 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.error("%s does not support %s yet" % (bb.data.getVar('PN', d, 1), arch) ); |