zig/src-self-hosted
Andrew Kelley 5a4e8c779a
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`.
2020-02-17 19:26:32 -05:00
..
2020-02-16 13:25:30 -05:00
2019-11-26 11:52:12 +02:00
2019-12-29 11:04:58 +02:00
2020-02-17 15:23:59 -05:00
2018-11-13 05:08:37 -08:00
2020-02-16 13:25:30 -05:00