Skip to content

Commit f34b5ce

Browse files
committed
std.Target.DynamicLinker: define standard paths for alpha, microblaze, sh on netbsd and openbsd
1 parent 255fc44 commit f34b5ce

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/std/Target.zig

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2680,16 +2680,20 @@ pub const DynamicLinker = struct {
26802680
},
26812681

26822682
.netbsd => switch (cpu.arch) {
2683+
.alpha,
26832684
.arm,
26842685
.armeb,
26852686
.aarch64,
26862687
.aarch64_be,
2688+
.hppa,
26872689
.m68k,
26882690
.mips,
26892691
.mipsel,
26902692
.mips64,
26912693
.mips64el,
26922694
.powerpc,
2695+
.sh,
2696+
.sheb,
26932697
.sparc,
26942698
.sparc64,
26952699
.x86,
@@ -2699,13 +2703,17 @@ pub const DynamicLinker = struct {
26992703
},
27002704

27012705
.openbsd => switch (cpu.arch) {
2706+
.alpha,
27022707
.arm,
27032708
.aarch64,
2709+
.hppa,
27042710
.mips64,
27052711
.mips64el,
27062712
.powerpc,
27072713
.powerpc64,
27082714
.riscv64,
2715+
.sh,
2716+
.sheb,
27092717
.sparc64,
27102718
.x86,
27112719
.x86_64,

0 commit comments

Comments
 (0)