mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
test: remove some nonsensical openbsd targets from llvm_targets
This commit is contained in:
@@ -65,7 +65,6 @@ const targets = [_]std.Target.Query{
|
||||
.{ .cpu_arch = .arm, .os_tag = .netbsd, .abi = .eabi },
|
||||
.{ .cpu_arch = .arm, .os_tag = .netbsd, .abi = .eabihf },
|
||||
.{ .cpu_arch = .arm, .os_tag = .openbsd, .abi = .eabi },
|
||||
.{ .cpu_arch = .arm, .os_tag = .openbsd, .abi = .eabihf },
|
||||
.{ .cpu_arch = .arm, .os_tag = .rtems, .abi = .eabi },
|
||||
.{ .cpu_arch = .arm, .os_tag = .rtems, .abi = .eabihf },
|
||||
// .{ .cpu_arch = .arm, .os_tag = .uefi, .abi = .eabi },
|
||||
@@ -187,7 +186,6 @@ const targets = [_]std.Target.Query{
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .linux, .abi = .musleabihf },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .netbsd, .abi = .eabi },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .netbsd, .abi = .eabihf },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .openbsd, .abi = .eabi },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .openbsd, .abi = .eabihf },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .rtems, .abi = .eabi },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .rtems, .abi = .eabihf },
|
||||
|
||||
Reference in New Issue
Block a user