From: sweeaun Date: Wed, 2 Aug 2017 22:56:07 +0000 (-0700) Subject: openssl: Support musl-x32 build X-Git-Tag: 2017-10~697 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=a072d4620db462c5d3459441d5684cfd99938400;p=openembedded-core.git openssl: Support musl-x32 build Support musl-x32 build which to build openssl with 32 bits. Signed-off-by: sweeaun Signed-off-by: Ross Burton --- diff --git a/meta/recipes-connectivity/openssl/openssl.inc b/meta/recipes-connectivity/openssl/openssl.inc index ce295e8f37..0d6442e564 100644 --- a/meta/recipes-connectivity/openssl/openssl.inc +++ b/meta/recipes-connectivity/openssl/openssl.inc @@ -66,7 +66,9 @@ do_configure () { case $os in linux-gnueabi |\ linux-gnuspe |\ - linux-musl*) + linux-musleabi |\ + linux-muslspe |\ + linux-musl ) os=linux ;; *) @@ -98,7 +100,7 @@ do_configure () { linux-i686) target=debian-i386-i686/cmov ;; - linux-gnux32-x86_64) + linux-gnux32-x86_64 | linux-muslx32-x86_64 ) target=linux-x32 ;; linux-gnu64-x86_64)