]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: Add mips64 configure support.
authorRandy MacLeod <Randy.MacLeod@windriver.com>
Fri, 21 Dec 2012 19:05:46 +0000 (14:05 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 8 Feb 2013 14:46:12 +0000 (14:46 +0000)
Add mips64 configure support but assume mips(32) userspace.

Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-connectivity/openssl/openssl.inc

index e1e7b656f652c907ad33ae21952339f3c541dfee..af1922e1f6d54f2ec838c9c48ce5f007390a4f5c 100644 (file)
@@ -95,6 +95,9 @@ do_configure () {
        linux-mipsel)
                target=debian-mipsel
                ;;
+        linux-*-mips64)
+               target=linux-mips
+                ;;
        linux-powerpc)
                target=linux-ppc
                ;;