From: Wenzong Fan Date: Thu, 5 Nov 2015 06:09:11 +0000 (-0500) Subject: openssl: fix mips64 configure support X-Git-Tag: 2016-4~2347 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=245113ca1075bc3f0c47952e80b437229f855080;p=openembedded-core.git 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 --- 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*)