mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
std.Target.DynamicLinker: define standard paths for alpha, microblaze, sh on netbsd and openbsd
This commit is contained in:
parent
255fc44036
commit
f34b5ce288
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user