authorgravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-22 02:51:17+02:00
committergravatar for alex@alexrp.comAlex Rønne Petersen <alex@alexrp.com> 2026-05-22 18:41:00+02:00
logc49f7fbffdc15a67cce4d6f144b0f3488e34a5e3
tree6fc69d3ca0b5c729aabcbc0c2a8508a794e45929
parent0b00adc6fcfb78991d1873056b447a248a0f702b
signaturebadge-check Signed by SSH key SHA256:7B/LJ7bpR1eX8aCXSr4mtd5M45VMPKcx9zY8e95b5QM

std.Target: make m68030 the baseline for m68k

It's the oldest model that has an integrated MMU.

1 files changed, 1 insertions(+), 1 deletions(-)

lib/std/Target.zig+1-1
......@@ -2062,7 +2062,7 @@ pub const Cpu = struct {
20622062 .lanai => &lanai.cpu.v11, // clang does not have a generic lanai model.
20632063 .loongarch32 => &loongarch.cpu.la32v1_0,
20642064 .loongarch64 => &loongarch.cpu.la64v1_0,
2065 .m68k => &m68k.cpu.M68000,
2065 .m68k => &m68k.cpu.M68030,
20662066 .mips => &mips.cpu.mips32r2,
20672067 .mipsel => switch (os.tag) {
20682068 .psp => &mips.cpu.allegrex,