From a81045fc1ed12c39e51ae9389151826e7e7b320a Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Mon, 21 Feb 2011 09:21:32 -0700 Subject: openssl.inc: Add linux-powerpc64 to the linux-powerpc case Signed-off-by: Tom Rini --- recipes/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/openssl') 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) -- cgit 1.2.3-korg