diff options
| author | Maciej 'vesim' Kuliński <vesim809@pm.me> | 2025-07-21 13:02:27 +0200 |
|---|---|---|
| committer | Alex Rønne Petersen <alex@alexrp.com> | 2025-08-26 07:50:06 +0200 |
| commit | ff859088e409f3fcf7c4f52e58ec4e6e9f7f1c4e (patch) | |
| tree | a4de53d27594d23fb8cb61364d745feb1e11bd0b /test | |
| parent | 99b2b61516b7ee9c4cd31ebe88161dd7191c2e0d (diff) | |
| download | zig-ff859088e409f3fcf7c4f52e58ec4e6e9f7f1c4e.tar.gz zig-ff859088e409f3fcf7c4f52e58ec4e6e9f7f1c4e.zip | |
std.Target: add vita os
Co-authored-by: Alex Rønne Petersen <alex@alexrp.com>
Diffstat (limited to 'test')
| -rw-r--r-- | test/llvm_targets.zig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/llvm_targets.zig b/test/llvm_targets.zig index 2180ec6e41..f111b33f31 100644 --- a/test/llvm_targets.zig +++ b/test/llvm_targets.zig @@ -70,6 +70,7 @@ const targets = [_]std.Target.Query{ .{ .cpu_arch = .arm, .os_tag = .rtems, .abi = .eabihf }, // .{ .cpu_arch = .arm, .os_tag = .uefi, .abi = .eabi }, // .{ .cpu_arch = .arm, .os_tag = .uefi, .abi = .eabihf }, + .{ .cpu_arch = .arm, .os_tag = .vita, .abi = .eabihf }, .{ .cpu_arch = .armeb, .os_tag = .freestanding, .abi = .eabi }, .{ .cpu_arch = .armeb, .os_tag = .freestanding, .abi = .eabihf }, @@ -263,6 +264,7 @@ const targets = [_]std.Target.Query{ .{ .cpu_arch = .thumb, .os_tag = .linux, .abi = .musleabihf }, .{ .cpu_arch = .thumb, .os_tag = .rtems, .abi = .eabi }, .{ .cpu_arch = .thumb, .os_tag = .rtems, .abi = .eabihf }, + .{ .cpu_arch = .thumb, .os_tag = .vita, .abi = .eabihf }, .{ .cpu_arch = .thumb, .os_tag = .windows, .abi = .gnu }, .{ .cpu_arch = .thumb, .os_tag = .windows, .abi = .itanium }, .{ .cpu_arch = .thumb, .os_tag = .windows, .abi = .msvc }, |
