summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/openssl/openssl10_1.0.2p.bb2
-rw-r--r--meta/recipes-connectivity/openssl/openssl_1.1.1.bb2
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)