zig/lib/std/zig/system
Purple 7af412b6b4 Update std.zig.system.NativePaths.detect to support some more flags on NixOS like environment.
Basically detect `-idirafter` flag in `NIX_CFLAGS_COMPILE` and treat it like `-isystem`, also detect `NIX_CFLAGS_LINK` environment variable and treat it like the `NIX_LDFLAGS` .

Reference:
74eefb4210/pkgs/build-support/build-fhsenv-chroot/env.nix (L83)
2025-11-27 20:49:55 +01:00
..
darwin Fix stale reference bug in std.zig.system.resolveTargetQuery (#25713) 2025-10-28 10:17:09 +01:00
arm.zig std.zig.system: update aarch64 and powerpc cpu detection for LLVM 21 2025-08-30 06:36:41 +02:00
darwin.zig represent Mac Catalyst as aarch64-maccatalyst-none rather than aarch64-ios-macabi 2025-11-14 11:33:35 +01:00
linux.zig std.zig.system.linux: implement s390x native CPU detection 2025-11-21 12:15:15 +01:00
loongarch.zig std.zig.system: implement native CPU detection for LoongArch 2025-09-18 12:42:24 +02:00
NativePaths.zig Update std.zig.system.NativePaths.detect to support some more flags on NixOS like environment. 2025-11-27 20:49:55 +01:00
windows.zig
x86.zig std.Target.x86: purge avx10.n-256, rename avx10.n_512 to avx10.n, require evex512 for avx512f 2025-08-30 06:36:41 +02:00