zig/lib/std/zig/system
Andrew Kelley ef5f8bd7c6 getExternalExecutor: fix aarch64 windows
std.zig.system.NativeTargetInfo.getExternalExecutor previously would
incorrectly communicate that wine could be used to run aarch64-windows
binaries on x86_64-linux, and x86_64-windows binaries on aarch64-linux.
Neither of these things are true.
2023-03-15 10:48:14 -07:00
..
darwin migrate from std.Target.current to @import("builtin").target 2021-10-04 23:48:55 -07:00
arm.zig arm: implement CPU feature detection by parsing system registers 2022-11-29 19:24:42 +01:00
darwin.zig AstGen: disable null bytes and empty stings in some places 2022-07-26 12:14:59 +03:00
linux.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
NativePaths.zig Add framework paths from NIX_CFLAGS_COMPILE 2023-01-19 16:57:55 +02:00
NativeTargetInfo.zig getExternalExecutor: fix aarch64 windows 2023-03-15 10:48:14 -07:00
windows.zig update std lib and compiler sources to new for loop syntax 2023-02-18 19:17:21 -07:00
x86.zig add some comments to explain workarounds 2023-01-02 14:08:50 -07:00