Skip to content

Commit

Permalink
glibc: update default cross-compile version to 2.19
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
andrewrk committed Dec 16, 2021
1 parent c9863c0 commit 1530203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/std/target.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
},
},

Expand Down

0 comments on commit 1530203

Please sign in to comment.