aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/openssl/openssl.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/openssl/openssl.inc')
-rw-r--r--recipes/openssl/openssl.inc5
1 files changed, 4 insertions, 1 deletions
diff --git a/recipes/openssl/openssl.inc b/recipes/openssl/openssl.inc
index 24b517d3af..2460913642 100644
--- a/recipes/openssl/openssl.inc
+++ b/recipes/openssl/openssl.inc
@@ -78,9 +78,12 @@ do_configure () {
linux-mipsel)
target=debian-mipsel
;;
- linux-powerpc | linux-powerpc64)
+ linux-powerpc)
target=linux-ppc
;;
+ linux-powerpc64)
+ target=linux-ppc64
+ ;;
linux-supersparc)
target=linux-sparcv8
;;