summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/openssl/openssl_3.2.1.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssl/openssl_3.2.1.bb b/meta/recipes-connectivity/openssl/openssl_3.2.1.bb
index d3bf6248e3..1682b6f8cc 100644
--- a/meta/recipes-connectivity/openssl/openssl_3.2.1.bb
+++ b/meta/recipes-connectivity/openssl/openssl_3.2.1.bb
@@ -96,6 +96,9 @@ do_configure () {
96 linux-gnu64-x86_64) 96 linux-gnu64-x86_64)
97 target=linux-x86_64 97 target=linux-x86_64
98 ;; 98 ;;
99 linux-loongarch64)
100 target=linux64-loongarch64
101 ;;
99 linux-mips | linux-mipsel) 102 linux-mips | linux-mipsel)
100 # specifying TARGET_CC_ARCH prevents openssl from (incorrectly) adding target architecture flags 103 # specifying TARGET_CC_ARCH prevents openssl from (incorrectly) adding target architecture flags
101 target="linux-mips32 ${TARGET_CC_ARCH}" 104 target="linux-mips32 ${TARGET_CC_ARCH}"