mirror of
https://github.com/ziglang/zig.git
synced 2024-12-04 02:04:10 +00:00
std: set standard dynamic linker path for loongarch64 on linux. (#20726)
This commit is contained in:
parent
30b4a87db7
commit
2fb813c61f
@ -1717,6 +1717,8 @@ pub const DynamicLinker = struct {
|
|||||||
else => "",
|
else => "",
|
||||||
}}) catch unreachable,
|
}}) catch unreachable,
|
||||||
|
|
||||||
|
.loongarch64 => init("/lib64/ld-linux-loongarch-lp64d.so.1"),
|
||||||
|
|
||||||
.mips,
|
.mips,
|
||||||
.mipsel,
|
.mipsel,
|
||||||
.mips64,
|
.mips64,
|
||||||
@ -1776,7 +1778,6 @@ pub const DynamicLinker = struct {
|
|||||||
.ve,
|
.ve,
|
||||||
.dxil,
|
.dxil,
|
||||||
.loongarch32,
|
.loongarch32,
|
||||||
.loongarch64,
|
|
||||||
.xtensa,
|
.xtensa,
|
||||||
=> none,
|
=> none,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user