]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: Support musl-x32 build
authorsweeaun <swee.aun.khor@intel.com>
Wed, 2 Aug 2017 22:56:07 +0000 (15:56 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 9 Aug 2017 22:38:28 +0000 (23:38 +0100)
Support musl-x32 build which to build openssl with 32 bits.

Signed-off-by: sweeaun <swee.aun.khor@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-connectivity/openssl/openssl.inc

index ce295e8f37ab50b7af3943bc4bd6444ca367d35d..0d6442e564fabb0a39463571f1ac22a4425e6d3e 100644 (file)
@@ -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)