| author | |
| committer | |
| log | ea2032fa0f40c34e73fa75805698dd16d4494f4f |
| tree | f5c422bec3d6bfc66128bd1cbef090ecc03a975e |
| parent | f5a1968f6e3393a972a3d482f1df52d971b30f4d |
| signature |
1 files changed, 0 insertions(+), 1 deletions(-)
lib/std/Target.zig-1| ... | ... | @@ -2640,7 +2640,6 @@ pub const DynamicLinker = struct { |
| 2640 | 2640 | } |
| 2641 | 2641 | else if (abi.isGnu()) |
| 2642 | 2642 | switch (cpu.arch) { |
| 2643 | // TODO: `700` ABI support. | |
| 2644 | 2643 | .arc, |
| 2645 | 2644 | .arceb, |
| 2646 | 2645 | => |arch| if (abi == .gnu) initFmt("/lib/ld-linux-{t}.so.2", .{arch}) else none, |