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:
Alex Rønne Petersen 2025-05-13 21:12:52 +02:00
parent 9af8e7c68e
commit 3d6f83b331
No known key found for this signature in database

View file

@ -2486,9 +2486,6 @@ pub const DynamicLinker = struct {
.mips64,
.mips64el,
.powerpc,
.powerpc64,
.riscv32,
.riscv64,
.sparc,
.sparc64,
.x86,