From 086f8d7b225df5ea15ef578411c94181fc53c464 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20R=C3=B8nne=20Petersen?= Date: Sun, 2 Aug 2026 09:47:39 +0200 Subject: [PATCH] update_glibc: exclude some 2.32 crt0 files --- tools/update_glibc.zig | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/update_glibc.zig b/tools/update_glibc.zig index 29df298bf6c49d5e5f140069d5b607550ecca979..46242d8e8cad829c216b5ff3956f129c1c000e0c 100644 --- a/tools/update_glibc.zig +++ b/tools/update_glibc.zig @@ -36,6 +36,7 @@ const exempt_extensions = [_][]const u8{ // These are the start files we use when targeting glibc <= 2.33. "-2.33.S", "-2.33.c", + "-2.32.c", }; pub fn main(init: std.process.Init) !void { -- 2.54.0