mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
test(llvm_targets): remove unused thumb-3ds
This commit is contained in:
parent
851f31b0e1
commit
fca2a7a638
1 changed files with 0 additions and 1 deletions
|
|
@ -251,7 +251,6 @@ const targets = [_]std.Target.Query{
|
|||
.{ .cpu_arch = .sparc64, .os_tag = .rtems, .abi = .none },
|
||||
.{ .cpu_arch = .sparc64, .os_tag = .solaris, .abi = .none },
|
||||
|
||||
.{ .cpu_arch = .thumb, .os_tag = .@"3ds", .abi = .eabihf },
|
||||
.{ .cpu_arch = .thumb, .os_tag = .freestanding, .abi = .eabi },
|
||||
.{ .cpu_arch = .thumb, .os_tag = .freestanding, .abi = .eabihf },
|
||||
.{ .cpu_arch = .thumb, .os_tag = .linux, .abi = .eabi },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue