openssl: Support musl-x32 build

Support musl-x32 build which to build openssl with 32 bits.

(From OE-Core rev: a072d4620db462c5d3459441d5684cfd99938400)

Signed-off-by: sweeaun <swee.aun.khor@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
sweeaun
2017-08-02 15:56:07 -07:00
committed by Richard Purdie
parent db922d17a1
commit 7f93941236

View 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)