std.Target: bump baseline openbsd version from 7.7 to 7.8

Since this is the first version we support cross-compiling for.
This commit is contained in:
Alex Rønne Petersen 2025-11-30 22:38:23 +01:00
parent ac86650bf4
commit 6c9cc3450f
No known key found for this signature in database

View file

@ -534,7 +534,7 @@ pub const Os = struct {
.openbsd => .{ .openbsd => .{
.semver = .{ .semver = .{
.min = blk: { .min = blk: {
const default_min: std.SemanticVersion = .{ .major = 7, .minor = 7, .patch = 0 }; const default_min: std.SemanticVersion = .{ .major = 7, .minor = 8, .patch = 0 };
for (std.zig.target.available_libcs) |libc| { for (std.zig.target.available_libcs) |libc| {
if (libc.arch != arch or libc.os != tag or libc.abi != abi) continue; if (libc.arch != arch or libc.os != tag or libc.abi != abi) continue;