std.Target: Remove Cpu.Arch.propeller2 and use a CPU feature instead.
This commit is contained in:
@@ -1016,6 +1016,29 @@ const targets = [_]ArchTarget{
|
||||
"ppc32",
|
||||
},
|
||||
},
|
||||
.{
|
||||
.zig_name = "propeller",
|
||||
.llvm = null,
|
||||
.extra_features = &.{
|
||||
.{
|
||||
.zig_name = "p2",
|
||||
.desc = "Enable Propeller 2",
|
||||
.deps = &.{},
|
||||
},
|
||||
},
|
||||
.extra_cpus = &.{
|
||||
.{
|
||||
.llvm_name = null,
|
||||
.zig_name = "p1",
|
||||
.features = &.{},
|
||||
},
|
||||
.{
|
||||
.llvm_name = null,
|
||||
.zig_name = "p2",
|
||||
.features = &.{"p2"},
|
||||
},
|
||||
},
|
||||
},
|
||||
.{
|
||||
.zig_name = "riscv",
|
||||
.llvm = .{
|
||||
|
||||
Reference in New Issue
Block a user