mirror of
https://github.com/ziglang/zig.git
synced 2024-12-03 01:30:15 +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 => "",
|
||||
}}) 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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user