]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: Add handling for building on linux-powerpc64
authorKumar Gala <galak@kernel.crashing.org>
Fri, 22 Jul 2011 09:24:56 +0000 (04:24 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 22 Jul 2011 10:53:03 +0000 (11:53 +0100)
If try to build for an ppc64 target openssl will fail to build since
the configure script didn't know how to handle a 'linux-powerpc64' target.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl.inc

index 79620b32fce693ff6ee0a9aa577cb8065246e1e6..b134ad005aab830b8d105179039479448d3ff4de 100644 (file)
@@ -83,6 +83,9 @@ do_configure () {
        linux-gnuspe-powerpc)
                target=linux-ppc
                ;;
+       linux-powerpc64)
+               target=linux-ppc64
+               ;;
        linux-supersparc)
                target=linux-sparcv8
                ;;