std.Target.DynamicLinker: define standard paths for alpha, microblaze, sh on netbsd and openbsd

This commit is contained in:
Alex Rønne Petersen 2025-11-10 07:49:04 +01:00
parent 255fc44036
commit f34b5ce288
No known key found for this signature in database

View File

@ -2680,16 +2680,20 @@ pub const DynamicLinker = struct {
},
.netbsd => switch (cpu.arch) {
.alpha,
.arm,
.armeb,
.aarch64,
.aarch64_be,
.hppa,
.m68k,
.mips,
.mipsel,
.mips64,
.mips64el,
.powerpc,
.sh,
.sheb,
.sparc,
.sparc64,
.x86,
@ -2699,13 +2703,17 @@ pub const DynamicLinker = struct {
},
.openbsd => switch (cpu.arch) {
.alpha,
.arm,
.aarch64,
.hppa,
.mips64,
.mips64el,
.powerpc,
.powerpc64,
.riscv64,
.sh,
.sheb,
.sparc64,
.x86,
.x86_64,