Merge pull request #23913 from alexrp/netbsd-libc

Support dynamically-linked NetBSD libc when cross-compiling
This commit is contained in:
Alex Rønne Petersen
2025-05-20 07:46:08 +02:00
committed by GitHub
2273 changed files with 340293 additions and 176 deletions

View File

@@ -44,6 +44,7 @@ pub fn build(b: *std.Build) void {
"../../tools/update_cpu_features.zig",
"../../tools/update_freebsd_libc.zig",
"../../tools/update_glibc.zig",
"../../tools/update_netbsd_libc.zig",
}) |tool_src_path| {
const tool = b.addTest(.{
.name = std.fs.path.stem(tool_src_path),