| ... | @@ -1257,7 +1257,6 @@ pub const Cpu = struct { | ... | @@ -1257,7 +1257,6 @@ pub const Cpu = struct { |
| 1257 | .aarch64 => .ARM64, | 1257 | .aarch64 => .ARM64, |
| 1258 | .loongarch32 => .LOONGARCH32, | 1258 | .loongarch32 => .LOONGARCH32, |
| 1259 | .loongarch64 => .LOONGARCH64, | 1259 | .loongarch64 => .LOONGARCH64, |
| 1260 | .powerpcle => .POWERPC, | | |
| 1261 | .riscv32 => .RISCV32, | 1260 | .riscv32 => .RISCV32, |
| 1262 | .riscv64 => .RISCV64, | 1261 | .riscv64 => .RISCV64, |
| 1263 | .x86 => .I386, | 1262 | .x86 => .I386, |
| ... | @@ -1285,6 +1284,7 @@ pub const Cpu = struct { | ... | @@ -1285,6 +1284,7 @@ pub const Cpu = struct { |
| 1285 | .nvptx, | 1284 | .nvptx, |
| 1286 | .nvptx64, | 1285 | .nvptx64, |
| 1287 | .powerpc, | 1286 | .powerpc, |
| | 1287 | .powerpcle, |
| 1288 | .powerpc64, | 1288 | .powerpc64, |
| 1289 | .powerpc64le, | 1289 | .powerpc64le, |
| 1290 | .s390x, | 1290 | .s390x, |