openssl: Add mips64 configure support.

Add mips64 configure support but assume mips(32) userspace.

(From OE-Core rev: 7d775b071b902ee0de6391b2c30d36e3003643e1)

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>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Randy MacLeod 2012-12-21 14:05:46 -05:00 committed by Richard Purdie
parent b320c22ee6
commit 858646c7bd
1 changed files with 3 additions and 0 deletions

View File

@ -95,6 +95,9 @@ do_configure () {
linux-mipsel)
target=debian-mipsel
;;
linux-*-mips64)
target=linux-mips
;;
linux-powerpc)
target=linux-ppc
;;