summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/openssl
diff options
context:
space:
mode:
authorXiaotian Wu <yetist@gmail.com>2024-02-26 16:13:37 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-27 11:35:43 +0000
commit7b4d8e6b7fe056628e3b32274654fb9e17f2c2ec (patch)
tree20575852b57343e96d6a689e8cc9a55edef15055 /meta/recipes-connectivity/openssl
parent5018d3a4b6576252fd1f27abb74080eb4348828f (diff)
downloadpoky-7b4d8e6b7fe056628e3b32274654fb9e17f2c2ec.tar.gz
openssl: Match target name for loongarch64
This is updated in openssl [1] since opensssl 3.2.0-alpha1 onwards [1] https://github.com/openssl/openssl/commit/b625e21e67666213ffd3ba6b1f2cd8a847ba6b66 (From OE-Core rev: 1e5b30d92da2e51e6a4ba75e2cc1e9ccebc8efe7) Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/openssl')
-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}"