mirror of
https://github.com/ziglang/zig.git
synced 2026-01-20 22:35:24 +00:00
glibc: update default cross-compile version to 2.19
This number tracks the glibc version in the oldest still-active LTS version of Debian, which is Jessie, extended LTS expiring in June 2022, at which point this number can be bumped again.
This commit is contained in:
parent
c9863c0a0c
commit
1530203c80
@ -329,9 +329,9 @@ pub const Target = struct {
|
||||
.linux = .{
|
||||
.range = .{
|
||||
.min = .{ .major = 3, .minor = 16 },
|
||||
.max = .{ .major = 5, .minor = 5, .patch = 5 },
|
||||
.max = .{ .major = 5, .minor = 10, .patch = 81 },
|
||||
},
|
||||
.glibc = .{ .major = 2, .minor = 17 },
|
||||
.glibc = .{ .major = 2, .minor = 19 },
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user