]> code.ossystems Code Review - openembedded-core.git/commitdiff
openssl: update 32bit x86 target from linux-elf -> linux-x86
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 17 Aug 2018 04:43:32 +0000 (21:43 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Aug 2018 10:59:44 +0000 (11:59 +0100)
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@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl_1.1.0i.bb

index 8a8d928f5a5170f8b5a5de021bdd874840f82dfd..ab0d2648f96e13437b188466cbda79bcc494b3d5 100644 (file)
@@ -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