[oe] [meta-java/openjdk-7.0][PATCH 5/7] llvm: Enable ppc64

Khem Raj raj.khem at gmail.com
Tue Aug 21 04:03:34 UTC 2012


This is needed for building for ppc64 jre

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 recipes-core/llvm/llvm.inc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-core/llvm/llvm.inc b/recipes-core/llvm/llvm.inc
index 185b894..622593d 100644
--- a/recipes-core/llvm/llvm.inc
+++ b/recipes-core/llvm/llvm.inc
@@ -202,7 +202,7 @@ def get_llvm_arch(d):
         arch = "ARM"
     elif arch == "mipsel" or arch == "mips":
         arch = "mips"
-    elif arch == "powerpc":
+    elif arch == "powerpc" or arch == "powerpc64":
         arch = "PowerPC"
     else:
         bb.error("%s does not support %s yet" % (bb.data.getVar('PN', d, 1), arch) );
-- 
1.7.9.5





More information about the Openembedded-devel mailing list