Skip to content

Commit 2315331

Browse files
authored
Merge pull request #5527 from shawnanastasio/ppc64le
Implement support for powerpc64{,le}
2 parents ea9b38c + 51fcf94 commit 2315331

File tree

10 files changed

+822
-7
lines changed

10 files changed

+822
-7
lines changed

lib/std/os/bits/linux.zig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ pub usingnamespace switch (builtin.arch) {
2020
.arm => @import("linux/arm-eabi.zig"),
2121
.riscv64 => @import("linux/riscv64.zig"),
2222
.mips, .mipsel => @import("linux/mips.zig"),
23+
.powerpc64, .powerpc64le => @import("linux/powerpc64.zig"),
2324
else => struct {},
2425
};
2526

0 commit comments

Comments
 (0)