Files
zig-cross/cmake
funky-yellow-wombat 99d879ad32 Support GLIBC Version Targeting
Support GLIBC version targeting, example:

`cmake -B build -G Ninja --toolchain cmake/x86_64-linux-gnu.2.17.cmake`
(You would need to create this file)

Because `NAME_WL` was used all extension info was lost, with `NAME_WLE` along with the regex change on the ABI match group we're able to recover and use the full ABI target string from the filename.

https://github.com/ziglang/zig/tree/master/lib/libc/glibc#zig-gnu-c-library-glibc-support
2025-02-17 15:07:32 +00:00
..
2025-01-12 14:41:31 +01:00
2024-12-20 15:25:09 +01:00
2022-10-21 02:36:21 +02:00
2024-12-20 15:25:09 +01:00
2022-10-21 02:36:21 +02:00
2024-12-20 15:25:09 +01:00
2024-07-26 22:32:25 +02:00