| author | |
| committer | |
| log | 5d245dbf5e1bd17ab0586100669e4f6aadaa5863 |
| tree | d7a5718d7cec2e4c0466dd59ddec372716ef2153 |
| parent | ba8f844d3b8f0807814e4ef17f5f832268218cb4 |
| signature |
1 files changed, 3 insertions(+), 0 deletions(-)
lib/std/Target.zig+3| ... | ... | @@ -2560,6 +2560,9 @@ pub const DynamicLinker = struct { |
| 2560 | 2560 | .aarch64_be, |
| 2561 | 2561 | => |arch| if (abi == .gnu) initFmt("/lib/ld-{s}.so.1", .{@tagName(arch)}) else none, |
| 2562 | 2562 | |
| 2563 | .riscv64, | |
| 2564 | => if (abi == .gnu) init("/lib/ld-riscv64-lp64.so.1") else none, | |
| 2565 | ||
| 2563 | 2566 | .x86 => if (abi == .gnu) init("/lib/ld.so.1") else none, |
| 2564 | 2567 | .x86_64 => initFmt("/lib/ld-{s}.so.1", .{switch (abi) { |
| 2565 | 2568 | .gnu => "x86-64", |