From a072d4620db462c5d3459441d5684cfd99938400 Mon Sep 17 00:00:00 2001 From: sweeaun Date: Wed, 2 Aug 2017 15:56:07 -0700 Subject: 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 --- meta/recipes-connectivity/openssl/openssl.inc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'meta/recipes-connectivity') 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) -- cgit 1.2.3-korg