std.Target: make m68030 the baseline for m68k

It's the oldest model that has an integrated MMU.
This commit is contained in:
Alex Rønne Petersen
2026-05-22 02:51:17 +02:00
parent 0b00adc6fc
commit c49f7fbffd
+1 -1
View File
@@ -2062,7 +2062,7 @@ pub const Cpu = struct {
.lanai => &lanai.cpu.v11, // clang does not have a generic lanai model.
.loongarch32 => &loongarch.cpu.la32v1_0,
.loongarch64 => &loongarch.cpu.la64v1_0,
.m68k => &m68k.cpu.M68000,
.m68k => &m68k.cpu.M68030,
.mips => &mips.cpu.mips32r2,
.mipsel => switch (os.tag) {
.psp => &mips.cpu.allegrex,