std: set standard dynamic linker path for loongarch64 on linux. (#20726)

This commit is contained in:
YANG Xudong 2024-07-31 06:20:56 +08:00 committed by GitHub
parent 30b4a87db7
commit 2fb813c61f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1717,6 +1717,8 @@ pub const DynamicLinker = struct {
else => "",
}}) catch unreachable,
.loongarch64 => init("/lib64/ld-linux-loongarch-lp64d.so.1"),
.mips,
.mipsel,
.mips64,
@ -1776,7 +1778,6 @@ pub const DynamicLinker = struct {
.ve,
.dxil,
.loongarch32,
.loongarch64,
.xtensa,
=> none,
},