diff options
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/openssl/openssl_3.0.5.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_3.0.5.bb b/meta/recipes-connectivity/openssl/openssl_3.0.5.bb index e50ff7f8c5..04aff04fab 100644 --- a/meta/recipes-connectivity/openssl/openssl_3.0.5.bb +++ b/meta/recipes-connectivity/openssl/openssl_3.0.5.bb | |||
@@ -77,7 +77,7 @@ do_configure () { | |||
77 | esac | 77 | esac |
78 | target="$os-${HOST_ARCH}" | 78 | target="$os-${HOST_ARCH}" |
79 | case $target in | 79 | case $target in |
80 | linux-arc) | 80 | linux-arc | linux-microblaze*) |
81 | target=linux-latomic | 81 | target=linux-latomic |
82 | ;; | 82 | ;; |
83 | linux-arm*) | 83 | linux-arm*) |
@@ -105,7 +105,7 @@ do_configure () { | |||
105 | linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el) | 105 | linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el) |
106 | target=linux64-mips64 | 106 | target=linux64-mips64 |
107 | ;; | 107 | ;; |
108 | linux-microblaze* | linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*) | 108 | linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*) |
109 | target=linux-generic32 | 109 | target=linux-generic32 |
110 | ;; | 110 | ;; |
111 | linux-powerpc) | 111 | linux-powerpc) |