mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
test: Remove x86-freebsd-none and powerpc-freebsd-eabihf from llvm_targets.
These will be dropped in FreeBSD 15.0, so there's no point in us spending resources these now.
This commit is contained in:
parent
c9ee69712a
commit
c5a68e4168
@ -174,7 +174,6 @@ const targets = [_]std.Target.Query{
|
||||
.{ .cpu_arch = .nvptx64, .os_tag = .nvcl, .abi = .none },
|
||||
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .aix, .abi = .eabihf },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .freebsd, .abi = .eabihf },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .freestanding, .abi = .eabi },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .freestanding, .abi = .eabihf },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .haiku, .abi = .eabi },
|
||||
@ -285,7 +284,6 @@ const targets = [_]std.Target.Query{
|
||||
.{ .cpu_arch = .wasm64, .os_tag = .wasi, .abi = .musl },
|
||||
.{ .cpu_arch = .wasm64, .os_tag = .wasi, .abi = .none },
|
||||
|
||||
.{ .cpu_arch = .x86, .os_tag = .freebsd, .abi = .none },
|
||||
.{ .cpu_arch = .x86, .os_tag = .freestanding, .abi = .none },
|
||||
.{ .cpu_arch = .x86, .os_tag = .haiku, .abi = .none },
|
||||
.{ .cpu_arch = .x86, .os_tag = .hurd, .abi = .gnu },
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user