diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2018-09-20 23:42:26 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-21 18:45:47 -0700 |
commit | 0ad7337361a1360d20ea33a254b6c7bf7acb7c82 (patch) | |
tree | a3214ff0db9037e743809685295cf0d90b2732df | |
parent | bdbb6dad55e332a0f00c26da225f2db3cca8601e (diff) | |
download | poky-0ad7337361a1360d20ea33a254b6c7bf7acb7c82.tar.gz |
openssl: Add support for ARC
(From OE-Core rev: 479d0e0d1002c025c9cbb0f03ed038c3feba44a7)
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl10_1.0.2p.bb | 2 | ||||
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_1.1.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl10_1.0.2p.bb b/meta/recipes-connectivity/openssl/openssl10_1.0.2p.bb index b7297fce02..84e086c2f6 100644 --- a/meta/recipes-connectivity/openssl/openssl10_1.0.2p.bb +++ b/meta/recipes-connectivity/openssl/openssl10_1.0.2p.bb | |||
@@ -164,7 +164,7 @@ do_configure () { | |||
164 | linux-mips*) | 164 | linux-mips*) |
165 | target=debian-mips | 165 | target=debian-mips |
166 | ;; | 166 | ;; |
167 | linux-microblaze* | linux-nios2* | linux-gnu*ilp32**) | 167 | linux-microblaze* | linux-nios2* | linux-gnu*ilp32** | linux-arc*) |
168 | target=linux-generic32 | 168 | target=linux-generic32 |
169 | ;; | 169 | ;; |
170 | linux-powerpc) | 170 | linux-powerpc) |
diff --git a/meta/recipes-connectivity/openssl/openssl_1.1.1.bb b/meta/recipes-connectivity/openssl/openssl_1.1.1.bb index 09b2c01024..73bcb27160 100644 --- a/meta/recipes-connectivity/openssl/openssl_1.1.1.bb +++ b/meta/recipes-connectivity/openssl/openssl_1.1.1.bb | |||
@@ -78,7 +78,7 @@ do_configure () { | |||
78 | linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el) | 78 | linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el) |
79 | target=linux64-mips64 | 79 | target=linux64-mips64 |
80 | ;; | 80 | ;; |
81 | linux-microblaze* | linux-nios2* | linux-sh3 | linux-sh4) | 81 | linux-microblaze* | linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*) |
82 | target=linux-generic32 | 82 | target=linux-generic32 |
83 | ;; | 83 | ;; |
84 | linux-powerpc) | 84 | linux-powerpc) |