aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-02-21 09:21:32 -0700
committerSteffen Sledz <sledz@dresearch.de>2011-02-25 08:48:51 +0100
commit17e377393e1a9b2e561fc3c555dbf41956a5d9b4 (patch)
tree59fac0a7d592c3f232105e760e3a0a6a4cf3d480 /recipes/openssl
parent36b7b51bf8f5dda8d97a73fd8a86a1c45c80f822 (diff)
downloadopenembedded-17e377393e1a9b2e561fc3c555dbf41956a5d9b4.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')
-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)