We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 255fc44 commit f34b5ceCopy full SHA for f34b5ce
1 file changed
lib/std/Target.zig
@@ -2680,16 +2680,20 @@ pub const DynamicLinker = struct {
2680
},
2681
2682
.netbsd => switch (cpu.arch) {
2683
+ .alpha,
2684
.arm,
2685
.armeb,
2686
.aarch64,
2687
.aarch64_be,
2688
+ .hppa,
2689
.m68k,
2690
.mips,
2691
.mipsel,
2692
.mips64,
2693
.mips64el,
2694
.powerpc,
2695
+ .sh,
2696
+ .sheb,
2697
.sparc,
2698
.sparc64,
2699
.x86,
@@ -2699,13 +2703,17 @@ pub const DynamicLinker = struct {
2703
2700
2704
2701
2705
.openbsd => switch (cpu.arch) {
2706
2702
2707
2708
2709
2710
2711
2712
2713
.powerpc64,
2714
.riscv64,
2715
2716
2717
2718
2719
.x86_64,
0 commit comments