]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
openssl: Match target name for loongarch64
authorXiaotian Wu <yetist@gmail.com>
Mon, 26 Feb 2024 08:13:37 +0000 (16:13 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 27 Feb 2024 11:35:40 +0000 (11:35 +0000)
This is updated in openssl [1] since opensssl 3.2.0-alpha1 onwards

[1] https://github.com/openssl/openssl/commit/b625e21e67666213ffd3ba6b1f2cd8a847ba6b66

Signed-off-by: Xiaotian Wu <wuxiaotian@loongson.cn>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl_3.2.1.bb

index d3bf6248e393dfb36f976177a57013389be615ca..1682b6f8ccfe35aec069396cab6be6fad4ed640f 100644 (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}"