| ... | @@ -1717,6 +1717,8 @@ pub const DynamicLinker = struct { | ... | @@ -1717,6 +1717,8 @@ pub const DynamicLinker = struct { |
| 1717 | else => "", | 1717 | else => "", |
| 1718 | }}) catch unreachable, | 1718 | }}) catch unreachable, |
| 1719 | | 1719 | |
| | 1720 | .loongarch64 => init("/lib64/ld-linux-loongarch-lp64d.so.1"), |
| | 1721 | |
| 1720 | .mips, | 1722 | .mips, |
| 1721 | .mipsel, | 1723 | .mipsel, |
| 1722 | .mips64, | 1724 | .mips64, |
| ... | @@ -1776,7 +1778,6 @@ pub const DynamicLinker = struct { | ... | @@ -1776,7 +1778,6 @@ pub const DynamicLinker = struct { |
| 1776 | .ve, | 1778 | .ve, |
| 1777 | .dxil, | 1779 | .dxil, |
| 1778 | .loongarch32, | 1780 | .loongarch32, |
| 1779 | .loongarch64, | | |
| 1780 | .xtensa, | 1781 | .xtensa, |
| 1781 | => none, | 1782 | => none, |
| 1782 | }, | 1783 | }, |