mirror of
https://github.com/ziglang/zig.git
synced 2026-02-21 16:54:52 +00:00
std.Target: Adjust DynamicLinker.standard() for NetBSD.
* powerpc64 does not appear to be a thing. * riscv32/riscv64 have not had actual releases yet.
This commit is contained in:
parent
9af8e7c68e
commit
3d6f83b331
@ -2486,9 +2486,6 @@ pub const DynamicLinker = struct {
|
||||
.mips64,
|
||||
.mips64el,
|
||||
.powerpc,
|
||||
.powerpc64,
|
||||
.riscv32,
|
||||
.riscv64,
|
||||
.sparc,
|
||||
.sparc64,
|
||||
.x86,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user