From 245113ca1075bc3f0c47952e80b437229f855080 Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Thu, 5 Nov 2015 01:09:11 -0500 Subject: openssl: fix mips64 configure support Match target name linux-mips64 as well, all mips64 targets will have mips(32) userspace. Signed-off-by: Wenzong Fan Signed-off-by: Ross Burton --- meta/recipes-connectivity/openssl/openssl.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index 8af423f1a7..b69cb4ca4e 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -115,7 +115,7 @@ do_configure () { linux-mipsel) target=debian-mipsel ;; - linux-*-mips64) + linux-*-mips64 | linux-mips64) target=linux-mips ;; linux-microblaze*|linux-nios2*) -- cgit 1.2.3-korg