zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 3898c815acbb122ffd96deb51654eae07cffd6de (tree)
parent d2e42fe9deca5601941d0e25167ad3d5bb05e541
Author: Alex Rønne Petersen <alex@alexrp.com>
Date:   Sat, 11 Apr 2026 12:49:15 +0200

test: add mipsel-psp-eabihf to llvm_targets

Diffstat:
Mtest/llvm_targets.zig | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/test/llvm_targets.zig b/test/llvm_targets.zig @@ -148,6 +148,7 @@ const targets = [_]std.Target.Query{ .{ .cpu_arch = .mipsel, .os_tag = .linux, .abi = .musleabihf }, .{ .cpu_arch = .mipsel, .os_tag = .netbsd, .abi = .eabi }, .{ .cpu_arch = .mipsel, .os_tag = .netbsd, .abi = .eabihf }, + .{ .cpu_arch = .mipsel, .os_tag = .psp, .abi = .eabihf }, .{ .cpu_arch = .mipsel, .os_tag = .rtems, .abi = .eabi }, .{ .cpu_arch = .mipsel, .os_tag = .rtems, .abi = .eabihf },