Skip to content

Commit 23cb2b2

Browse files
committed
std.Target: Handle {powerpc64,riscv32}-netbsd in DynamicLinker.standard().
1 parent c373445 commit 23cb2b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/std/Target.zig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2471,6 +2471,8 @@ pub const DynamicLinker = struct {
24712471
.mips64,
24722472
.mips64el,
24732473
.powerpc,
2474+
.powerpc64,
2475+
.riscv32,
24742476
.riscv64,
24752477
.sparc,
24762478
.sparc64,

0 commit comments

Comments
 (0)