openssl: Match target name for loongarch64

This is updated in openssl [1] since opensssl 3.2.0-alpha1 onwards

[1] b625e21e67

(From OE-Core rev: 1e5b30d92da2e51e6a4ba75e2cc1e9ccebc8efe7)

Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Xiaotian Wu
2024-02-26 16:13:37 +08:00
committed by Richard Purdie
parent 5018d3a4b6
commit 7b4d8e6b7f

View File

@@ -96,6 +96,9 @@ do_configure () {
linux-gnu64-x86_64)
target=linux-x86_64
;;
linux-loongarch64)
target=linux64-loongarch64
;;
linux-mips | linux-mipsel)
# specifying TARGET_CC_ARCH prevents openssl from (incorrectly) adding target architecture flags
target="linux-mips32 ${TARGET_CC_ARCH}"