mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 05:44:20 +00:00
test: Fix powerpc-aix-eabihf target triple in llvm_targets.
This commit is contained in:
parent
d5c9d85295
commit
b6b86cb878
1 changed files with 1 additions and 1 deletions
|
|
@ -185,7 +185,7 @@ const targets = [_]std.Target.Query{
|
|||
.{ .cpu_arch = .nvptx64, .os_tag = .cuda, .abi = .none },
|
||||
.{ .cpu_arch = .nvptx64, .os_tag = .nvcl, .abi = .none },
|
||||
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .aix, .abi = .eabi },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .aix, .abi = .eabihf },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .freebsd, .abi = .eabi },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .freebsd, .abi = .eabihf },
|
||||
.{ .cpu_arch = .powerpc, .os_tag = .freestanding, .abi = .eabi },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue