commit 3d6f83b331f86f8f6a80cea7b3ca51d02ad85ac0 (tree)
parent 9af8e7c68ebbc83f2d717c2729430cd4727b8dc7
Author: Alex Rønne Petersen <alex@alexrp.com>
Date: Tue, 13 May 2025 21:12:52 +0200
std.Target: Adjust DynamicLinker.standard() for NetBSD.
* powerpc64 does not appear to be a thing.
* riscv32/riscv64 have not had actual releases yet.
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/lib/std/Target.zig b/lib/std/Target.zig
@@ -2486,9 +2486,6 @@ pub const DynamicLinker = struct {
.mips64,
.mips64el,
.powerpc,
- .powerpc64,
- .riscv32,
- .riscv64,
.sparc,
.sparc64,
.x86,