aboutsummaryrefslogtreecommitdiff
path: root/lib/std/Target/Query.zig
AgeCommit message (Collapse)Author
2024-02-02std.Target.Query: avoid using builtin.target.abiAndrew Kelley
This value is very likely incorrect. When glibc_version is provided but no explicit ABI is provided, use the string "gnu" instead.
2024-01-01std.Target.Query: fix regression with windows os version rangeAndrew Kelley
somebody left a landmine here without even a comment to warn about it
2024-01-01std.Target.Query: remove deprecated APIAndrew Kelley
These functions have been doomed for a long time. Finally I figured out what the proper relationship between this API and std.Target is.
2024-01-01std.Target: add DynamicLinkerAndrew Kelley
2024-01-01rename std.zig.CrossTarget to std.Target.QueryAndrew Kelley