diff options
author | Andre McCurdy <armccurdy@gmail.com> | 2018-08-16 21:43:32 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-20 17:38:23 +0100 |
commit | c64eec1e67b474b446579a1e0f174b584aa48e2f (patch) | |
tree | 7e60f0852135c8567236eb00bb863164fd284f7f /meta/recipes-connectivity | |
parent | 440cc5bd8d7b50ee56a9a88fbde2631912f68d63 (diff) | |
download | poky-c64eec1e67b474b446579a1e0f174b584aa48e2f.tar.gz |
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).
(From OE-Core rev: 9e9d0045caa62f3dba2760460de4e6eac38b4628)
Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.0i.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb b/meta/recipes-connectivity/openssl/openssl_1.1.0i.bb index 8a8d928f5a..ab0d2648f9 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 () { | |||
58 | target=linux-aarch64 | 58 | target=linux-aarch64 |
59 | ;; | 59 | ;; |
60 | linux-i?86 | linux-viac3) | 60 | linux-i?86 | linux-viac3) |
61 | target=linux-elf | 61 | target=linux-x86 |
62 | ;; | 62 | ;; |
63 | linux-gnux32-x86_64 | linux-muslx32-x86_64 ) | 63 | linux-gnux32-x86_64 | linux-muslx32-x86_64 ) |
64 | target=linux-x32 | 64 | target=linux-x32 |