| ... | @@ -2554,6 +2554,7 @@ pub const DynamicLinker = struct { | ... | @@ -2554,6 +2554,7 @@ pub const DynamicLinker = struct { |
| 2554 | .m68k, | 2554 | .m68k, |
| 2555 | .microblaze, | 2555 | .microblaze, |
| 2556 | .microblazeel, | 2556 | .microblazeel, |
| | 2557 | .or1k, |
| 2557 | .powerpc64, | 2558 | .powerpc64, |
| 2558 | .powerpc64le, | 2559 | .powerpc64le, |
| 2559 | .s390x, | 2560 | .s390x, |
| ... | @@ -2639,6 +2640,7 @@ pub const DynamicLinker = struct { | ... | @@ -2639,6 +2640,7 @@ pub const DynamicLinker = struct { |
| 2639 | | 2640 | |
| 2640 | .aarch64, | 2641 | .aarch64, |
| 2641 | .aarch64_be, | 2642 | .aarch64_be, |
| | 2643 | .or1k, |
| 2642 | => |arch| if (abi == .gnu) initFmt("/lib/ld-linux-{s}.so.1", .{@tagName(arch)}) else none, | 2644 | => |arch| if (abi == .gnu) initFmt("/lib/ld-linux-{s}.so.1", .{@tagName(arch)}) else none, |
| 2643 | | 2645 | |
| 2644 | // TODO: `-be` architecture support. | 2646 | // TODO: `-be` architecture support. |