mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-06 13:54:21 +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
1 changed files with 0 additions and 3 deletions
|
|
@ -2486,9 +2486,6 @@ pub const DynamicLinker = struct {
|
|||
.mips64,
|
||||
.mips64el,
|
||||
.powerpc,
|
||||
.powerpc64,
|
||||
.riscv32,
|
||||
.riscv64,
|
||||
.sparc,
|
||||
.sparc64,
|
||||
.x86,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue