mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-05-31 13:27:43 +03:00
std.Target: make m68030 the baseline for m68k
It's the oldest model that has an integrated MMU.
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user