summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/openssl/openssl_3.0.8.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_3.0.8.bb b/meta/recipes-connectivity/openssl/openssl_3.0.8.bb
index e1f30d7a47..82f3e18dd7 100644
--- a/meta/recipes-connectivity/openssl/openssl_3.0.8.bb
+++ b/meta/recipes-connectivity/openssl/openssl_3.0.8.bb
@@ -80,7 +80,7 @@ do_configure () {
80 esac 80 esac
81 target="$os-${HOST_ARCH}" 81 target="$os-${HOST_ARCH}"
82 case $target in 82 case $target in
83 linux-arc) 83 linux-arc | linux-microblaze*)
84 target=linux-latomic 84 target=linux-latomic
85 ;; 85 ;;
86 linux-arm*) 86 linux-arm*)
@@ -108,7 +108,7 @@ do_configure () {
108 linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el) 108 linux-*-mips64 | linux-mips64 | linux-*-mips64el | linux-mips64el)
109 target=linux64-mips64 109 target=linux64-mips64
110 ;; 110 ;;
111 linux-microblaze* | linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*) 111 linux-nios2* | linux-sh3 | linux-sh4 | linux-arc*)
112 target=linux-generic32 112 target=linux-generic32
113 ;; 113 ;;
114 linux-powerpc) 114 linux-powerpc)