[oe-commits] [openembedded-core] 15/24: openssl: update 32bit x86 target from linux-elf -> linux-x86

git at git.openembedded.org git at git.openembedded.org
Sun Aug 19 22:20:34 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 029056483a598335bcf547d72f78d5ede0847e10
Author: Andre McCurdy <armccurdy at gmail.com>
AuthorDate: Thu Aug 16 21:43:32 2018 -0700

    openssl: update 32bit x86 target from linux-elf -> linux-x86
    
    According to comments in Configurations/10-main.conf, the linux-elf
    target is "... to be used on older Linux machines where gcc doesn't
    understand -m32 and -m64".
    
    The linux-x86 target appears to be the newer replacement (currently
    the only difference between the two is that linux-x86 adds -m32 to
    cflags).
    
    Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb
index 8a8d928..ab0d264 100644
--- a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb
+++ b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb
@@ -58,7 +58,7 @@ do_configure () {
 		target=linux-aarch64
 		;;
 	linux-i?86 | linux-viac3)
-		target=linux-elf
+		target=linux-x86
 		;;
 	linux-gnux32-x86_64 | linux-muslx32-x86_64 )
 		target=linux-x32

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list