aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-07-22 04:24:56 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-22 11:53:03 +0100
commit9c98851951ba79a5e1a6a7daa2a3552dcf3adf86 (patch)
treea6868ec650ccb8b0bdffa4a04dd8188ec891b3fd /meta/recipes-connectivity/openssl
parent20f03c5d46b05e71fdb72f81326f381ba34d9f10 (diff)
downloadopenembedded-core-9c98851951ba79a5e1a6a7daa2a3552dcf3adf86.tar.gz
openssl: Add handling for building on linux-powerpc64
If try to build for an ppc64 target openssl will fail to build since the configure script didn't know how to handle a 'linux-powerpc64' target. Signed-off-by: Kumar Gala <galak@kernel.crashing.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-rw-r--r--meta/recipes-connectivity/openssl/openssl.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index 79620b32fc..b134ad005a 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -83,6 +83,9 @@ do_configure () {
linux-gnuspe-powerpc)
target=linux-ppc
;;
+ linux-powerpc64)
+ target=linux-ppc64
+ ;;
linux-supersparc)
target=linux-sparcv8
;;