| ... | @@ -236,7 +236,7 @@ pub fn hasLldSupport(ofmt: std.Target.ObjectFormat) bool { | ... | @@ -236,7 +236,7 @@ pub fn hasLldSupport(ofmt: std.Target.ObjectFormat) bool { |
| 236 | pub fn selfHostedBackendIsAsRobustAsLlvm(target: *const std.Target) bool { | 236 | pub fn selfHostedBackendIsAsRobustAsLlvm(target: *const std.Target) bool { |
| 237 | if (target.cpu.arch.isSpirV()) return true; | 237 | if (target.cpu.arch.isSpirV()) return true; |
| 238 | if (target.cpu.arch == .x86_64 and target.ptrBitWidth() == 64) { | 238 | if (target.cpu.arch == .x86_64 and target.ptrBitWidth() == 64) { |
| 239 | if (target.os.tag == .netbsd) { | 239 | if (target.os.tag == .netbsd or target.os.tag == .openbsd) { |
| 240 | // Self-hosted linker needs work: https://github.com/ziglang/zig/issues/24341 | 240 | // Self-hosted linker needs work: https://github.com/ziglang/zig/issues/24341 |
| 241 | return false; | 241 | return false; |
| 242 | } | 242 | } |