openssl.inc: Add linux-powerpc64 to the linux-powerpc case
authorTom Rini <tom_rini@mentor.com>
Mon, 21 Feb 2011 16:21:32 +0000 (09:21 -0700)
committerTom Rini <tom_rini@mentor.com>
Mon, 21 Feb 2011 16:23:54 +0000 (09:23 -0700)
Signed-off-by: Tom Rini <tom_rini@mentor.com>
recipes/openssl/openssl.inc

index 55e9bbb..24b517d 100644 (file)
@@ -78,7 +78,7 @@ do_configure () {
        linux-mipsel)
                target=debian-mipsel
                ;;
-       linux-powerpc)
+       linux-powerpc | linux-powerpc64)
                target=linux-ppc
                ;;
        linux-supersparc)