| author | |
| committer | |
| log | 388c0918d65387d6be3efdf0c0c0d38452a71a07 |
| tree | 5d623af53f19c3ae9b0dbd770852818b84ff9eb2 |
| parent | 9a578b7b483fe7114e4b84ccf2c8180ac2f6709f |
| signature |
1 files changed, 2 insertions(+), 0 deletions(-)
lib/std/Target.zig+2| ... | ... | @@ -2554,6 +2554,7 @@ pub const DynamicLinker = struct { |
| 2554 | 2554 | .m68k, |
| 2555 | 2555 | .microblaze, |
| 2556 | 2556 | .microblazeel, |
| 2557 | .or1k, | |
| 2557 | 2558 | .powerpc64, |
| 2558 | 2559 | .powerpc64le, |
| 2559 | 2560 | .s390x, |
| ... | ... | @@ -2639,6 +2640,7 @@ pub const DynamicLinker = struct { |
| 2639 | 2640 | |
| 2640 | 2641 | .aarch64, |
| 2641 | 2642 | .aarch64_be, |
| 2643 | .or1k, | |
| 2642 | 2644 | => |arch| if (abi == .gnu) initFmt("/lib/ld-linux-{s}.so.1", .{@tagName(arch)}) else none, |
| 2643 | 2645 | |
| 2644 | 2646 | // TODO: `-be` architecture support. |