aboutsummaryrefslogtreecommitdiff
path: root/src/error.cpp
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2020-02-17 19:26:32 -0500
committerAndrew Kelley <andrew@ziglang.org>2020-02-17 19:26:32 -0500
commit5a4e8c779a713d7b07cec262b07afd6883684c98 (patch)
treeef48c71ed261bcb0ff675e62b11b84b049c667fe /src/error.cpp
parentb53afc510c763f5da57bc654a6cc42a233304938 (diff)
downloadzig-5a4e8c779a713d7b07cec262b07afd6883684c98.tar.gz
zig-5a4e8c779a713d7b07cec262b07afd6883684c98.zip
smarter detectNativeDynamicLinker logic
The current target's ABI cannot be relied on for this. For example, we may build the zig compiler for target riscv64-linux-musl and provide a tarball for users to download. A user could then run that zig compiler on riscv64-linux-gnu. This use case is well-defined and supported by Zig. But that means that we must detect the system ABI here rather than relying on `std.Target.current`.
Diffstat (limited to 'src/error.cpp')
0 files changed, 0 insertions, 0 deletions