| author | |
| committer | |
| log | 2fb813c61f7193c8f765021b9eecfa068eb2760c |
| tree | 73667a205dc39031f867bf2578f3fcd19286b507 |
| parent | 30b4a87db711c368853b3eff8e214ab681810ef9 |
| signature |
1 files changed, 2 insertions(+), 1 deletions(-)
lib/std/Target.zig+2-1| ... | ... | @@ -1717,6 +1717,8 @@ pub const DynamicLinker = struct { |
| 1717 | 1717 | else => "", |
| 1718 | 1718 | }}) catch unreachable, |
| 1719 | 1719 | |
| 1720 | .loongarch64 => init("/lib64/ld-linux-loongarch-lp64d.so.1"), | |
| 1721 | ||
| 1720 | 1722 | .mips, |
| 1721 | 1723 | .mipsel, |
| 1722 | 1724 | .mips64, |
| ... | ... | @@ -1776,7 +1778,6 @@ pub const DynamicLinker = struct { |
| 1776 | 1778 | .ve, |
| 1777 | 1779 | .dxil, |
| 1778 | 1780 | .loongarch32, |
| 1779 | .loongarch64, | |
| 1780 | 1781 | .xtensa, |
| 1781 | 1782 | => none, |
| 1782 | 1783 | }, |