| ... | ... | @@ -94,7 +94,8 @@ pub fn build(b: *Build) void { |
| 94 | 94 | // https://github.com/ziglang/zig/issues/17576 |
| 95 | 95 | //elf_step.dependOn(testTlsLd(b, .{ .target = glibc_target })); |
| 96 | 96 | elf_step.dependOn(testTlsLdDso(b, .{ .target = glibc_target })); |
| 97 | | elf_step.dependOn(testTlsLdNoPlt(b, .{ .target = glibc_target })); |
| 97 | // https://github.com/ziglang/zig/issues/17576 |
| 98 | //elf_step.dependOn(testTlsLdNoPlt(b, .{ .target = glibc_target })); |
| 98 | 99 | // https://github.com/ziglang/zig/issues/17430 |
| 99 | 100 | // elf_step.dependOn(testTlsNoPic(b, .{ .target = glibc_target })); |
| 100 | 101 | elf_step.dependOn(testTlsOffsetAlignment(b, .{ .target = glibc_target })); |