update_netbsd_libc: Add tool for updating NetBSD libc startup code.

This commit is contained in:
Alex Rønne Petersen
2025-05-13 01:33:18 +02:00
parent 1c342ca7c3
commit 90911b39d5
2 changed files with 66 additions and 0 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),