| author | |
| committer | |
| log | 282b378768c4665b442f873e8b092cf8407aeddb |
| tree | 2122632c2afb082e1b1edf7112882420304c42e7 |
| parent | db3ec253972e68459f23fed389f8d470f9d68193 |
| 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", |