From babc4d0ad7abf56d80e85bef6629103340037000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Wed, 3 Jun 2026 22:46:27 +0200 Subject: [PATCH] std.os: no longer require libc for sparc-linux --- lib/std/os.zig | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/std/os.zig b/lib/std/os.zig index 15cf9279bbab308500a4d0a7f5c5649deee61407..200d4f2e0f9a58e721768ef100dc114380bc9422 100644 --- a/lib/std/os.zig +++ b/lib/std/os.zig @@ -24,8 +24,6 @@ pub fn targetRequiresLibC(target: *const std.Target) bool { // https://codeberg.org/ziglang/zig/issues/30946 .sh, .sheb, - // https://codeberg.org/ziglang/zig/issues/30945 - .sparc, => true, else => false, }, -- 2.54.0