aboutsummaryrefslogtreecommitdiff
path: root/lib/std
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/Target.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/Target.zig b/lib/std/Target.zig
index 4b680ee130..79207fcf70 100644
--- a/lib/std/Target.zig
+++ b/lib/std/Target.zig
@@ -1257,7 +1257,6 @@ pub const Cpu = struct {
.aarch64 => .ARM64,
.loongarch32 => .LOONGARCH32,
.loongarch64 => .LOONGARCH64,
- .powerpcle => .POWERPC,
.riscv32 => .RISCV32,
.riscv64 => .RISCV64,
.x86 => .I386,
@@ -1285,6 +1284,7 @@ pub const Cpu = struct {
.nvptx,
.nvptx64,
.powerpc,
+ .powerpcle,
.powerpc64,
.powerpc64le,
.s390x,