mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:44:43 +01:00
std.Target: Handle {powerpc64,riscv32}-netbsd in DynamicLinker.standard().
This commit is contained in:
parent
c3734450bc
commit
23cb2b2662
1 changed files with 2 additions and 0 deletions
|
|
@ -2471,6 +2471,8 @@ pub const DynamicLinker = struct {
|
|||
.mips64,
|
||||
.mips64el,
|
||||
.powerpc,
|
||||
.powerpc64,
|
||||
.riscv32,
|
||||
.riscv64,
|
||||
.sparc,
|
||||
.sparc64,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue