| author | |
| committer | |
| log | 65affb1c225a034058fb2cbe32c289019b463ebf |
| tree | 2679ebc38cdd55c085996858765dd03b4ec131ef |
| parent | b24fc35eeb417e660f4fed017d45c534bd794469 |
| signature |
It's entirely unclear whether this should map to POWERPC or POWERPCFP, and as I
can find no evidence of people producing PE files for PowerPC since Windows NT,
let's just not make a likely-wrong guess. We can revisit this if the need ever
actually arises.1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Target.zig+1-1| ... | ... | @@ -1257,7 +1257,6 @@ pub const Cpu = struct { |
| 1257 | 1257 | .aarch64 => .ARM64, |
| 1258 | 1258 | .loongarch32 => .LOONGARCH32, |
| 1259 | 1259 | .loongarch64 => .LOONGARCH64, |
| 1260 | .powerpcle => .POWERPC, | |
| 1261 | 1260 | .riscv32 => .RISCV32, |
| 1262 | 1261 | .riscv64 => .RISCV64, |
| 1263 | 1262 | .x86 => .I386, |
| ... | ... | @@ -1285,6 +1284,7 @@ pub const Cpu = struct { |
| 1285 | 1284 | .nvptx, |
| 1286 | 1285 | .nvptx64, |
| 1287 | 1286 | .powerpc, |
| 1287 | .powerpcle, | |
| 1288 | 1288 | .powerpc64, |
| 1289 | 1289 | .powerpc64le, |
| 1290 | 1290 | .s390x, |