From: Kumar Gala Date: Fri, 22 Jul 2011 09:24:56 +0000 (-0500) Subject: openssl: Add handling for building on linux-powerpc64 X-Git-Tag: 2011-1~632 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=9c98851951ba79a5e1a6a7daa2a3552dcf3adf86;p=openembedded-core.git 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 Signed-off-by: Richard Purdie --- 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 ;;