diff options
author | Randy MacLeod <Randy.MacLeod@windriver.com> | 2012-12-21 14:05:46 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-02-08 14:50:37 +0000 |
commit | 858646c7bd11d1dad8c14e30f3fe6b4bd58a31b2 (patch) | |
tree | 974122be40f1af91fa841eacd44c957a6796038a /meta/recipes-connectivity/openssl/openssl.inc | |
parent | b320c22ee6705e0ccdc5ce8cae7f8f27473b224b (diff) | |
download | poky-858646c7bd11d1dad8c14e30f3fe6b4bd58a31b2.tar.gz |
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>
Diffstat (limited to 'meta/recipes-connectivity/openssl/openssl.inc')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index e1e7b656f6..af1922e1f6 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc | |||
@@ -95,6 +95,9 @@ do_configure () { | |||
95 | linux-mipsel) | 95 | linux-mipsel) |
96 | target=debian-mipsel | 96 | target=debian-mipsel |
97 | ;; | 97 | ;; |
98 | linux-*-mips64) | ||
99 | target=linux-mips | ||
100 | ;; | ||
98 | linux-powerpc) | 101 | linux-powerpc) |
99 | target=linux-ppc | 102 | target=linux-ppc |
100 | ;; | 103 | ;; |