| author | |
| committer | |
| log | 9f6d31c1bfd8b490a19c7eda99fece70cbd6d882 |
| tree | ab4bb2b1a45db8e9679181a1db2bd10633e7bac9 |
| parent | 552c0fe914543cdaf0d0c74a759bde028a58e6b8 |
| signature |
From https://www.openbsd.org/macppc.html:
OpenBSD/macppc runs on the PowerPC-based Macintosh systems from the
"New World" family1 files changed, 4 insertions(+), 0 deletions(-)
lib/std/Target.zig+4| ... | ... | @@ -2071,6 +2071,10 @@ pub const Cpu = struct { |
| 2071 | 2071 | .mips64, .mips64el => &mips.cpu.mips64r2, |
| 2072 | 2072 | .msp430 => &msp430.cpu.msp430, |
| 2073 | 2073 | .nvptx, .nvptx64 => &nvptx.cpu.sm_52, |
| 2074 | .powerpc => switch (os.tag) { | |
| 2075 | .openbsd => &powerpc.cpu.@"750", | |
| 2076 | else => generic(arch), | |
| 2077 | }, | |
| 2074 | 2078 | .powerpc64 => switch (os.tag) { |
| 2075 | 2079 | .openbsd => &powerpc.cpu.pwr9, |
| 2076 | 2080 | else => generic(arch), |