From 92b54e50c85488459df0c6579086494e31d9d52a Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Fri, 15 Dec 2023 14:43:39 -0700 Subject: glibc: update to new Compilation API --- src/Compilation.zig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Compilation.zig') diff --git a/src/Compilation.zig b/src/Compilation.zig index 2a2ef3e329..7b7e85d0f7 100644 --- a/src/Compilation.zig +++ b/src/Compilation.zig @@ -6158,6 +6158,7 @@ fn buildOutputFromZig( }, .fully_qualified_name = "root", .inherited = .{ + .resolved_target = comp.root_mod.resolved_target, .strip = comp.compilerRtStrip(), .stack_check = false, .stack_protector = 0, @@ -6269,6 +6270,7 @@ pub fn build_crt_file( }, .fully_qualified_name = "root", .inherited = .{ + .resolved_target = comp.root_mod.resolved_target, .strip = comp.compilerRtStrip(), .stack_check = false, .stack_protector = 0, -- cgit v1.2.3