aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandy MacLeod <Randy.MacLeod@windriver.com>2012-12-21 14:05:46 -0500
committerAndreas Oberritter <obi@opendreambox.org>2014-07-11 12:48:45 +0200
commit54d50afd5226efea2295adf1fe0c13d056ee6e68 (patch)
tree3bad6376bac65416e15001bbd9f56aecc42867af
parentd7ce3aaf004699598205fea1329f7a5326f6c4be (diff)
downloadopenembedded-core-contrib-54d50afd5226efea2295adf1fe0c13d056ee6e68.tar.gz
openssl: Add mips64 configure support.
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> (cherry picked from commit 7d775b071b902ee0de6391b2c30d36e3003643e1) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta/recipes-connectivity/openssl/openssl.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index e7d22f3ca4..c9759cd872 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -94,6 +94,9 @@ do_configure () {
linux-mipsel)
target=debian-mipsel
;;
+ linux-*-mips64)
+ target=linux-mips
+ ;;
linux-powerpc)
target=linux-ppc
;;