aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl.inc
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-21 09:21:32 -0700
committerTom Rini <tom_rini@mentor.com>2011-02-21 09:23:54 -0700
commita81045fc1ed12c39e51ae9389151826e7e7b320a (patch)
tree59fac0a7d592c3f232105e760e3a0a6a4cf3d480 /recipes/openssl/openssl.inc
parent3195d211fa8c4b91ca85b90b78c9837262913013 (diff)
downloadopenembedded-a81045fc1ed12c39e51ae9389151826e7e7b320a.tar.gz
openssl.inc: Add linux-powerpc64 to the linux-powerpc case
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/openssl/openssl.inc')
-rw-r--r--recipes/openssl/openssl.inc2
1 files changed, 1 insertions, 1 deletions
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)