From: Tom Rini Date: Mon, 21 Feb 2011 16:21:32 +0000 (-0700) Subject: openssl.inc: Add linux-powerpc64 to the linux-powerpc case X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a81045fc1ed12c39e51ae9389151826e7e7b320a;p=openembedded.git openssl.inc: Add linux-powerpc64 to the linux-powerpc case Signed-off-by: Tom Rini --- diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc index 55e9bbbdac..24b517d3af 100644 --- a/recipes/openssl/openssl.inc +++ b/recipes/openssl/openssl.inc @@ -78,7 +78,7 @@ do_configure () { linux-mipsel) target=debian-mipsel ;; - linux-powerpc) + linux-powerpc | linux-powerpc64) target=linux-ppc ;; linux-supersparc)