[OE-core] [PATCH 04/11] openssl: Add mips64 configure support.

Mark Hatle mark.hatle at windriver.com
Thu Feb 7 23:59:25 UTC 2013


From: Randy MacLeod <Randy.MacLeod at windriver.com>

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

Signed-off-by: Randy MacLeod <Randy.MacLeod at windriver.com>
Signed-off-by: Mark Hatle <mark.hatle at windriver.com>
---
 meta/recipes-connectivity/openssl/openssl.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc
index e1e7b65..af1922e 100644
--- a/meta/recipes-connectivity/openssl/openssl.inc
+++ b/meta/recipes-connectivity/openssl/openssl.inc
@@ -95,6 +95,9 @@ do_configure () {
 	linux-mipsel)
 		target=debian-mipsel
 		;;
+        linux-*-mips64)
+               target=linux-mips
+                ;;
 	linux-powerpc)
 		target=linux-ppc
 		;;
-- 
1.8.1.2.545.g2f19ada





More information about the Openembedded-core mailing list