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