Commit 2fb813c61f
Changed files (1)
lib
std
lib/std/Target.zig
@@ -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,
},