| author | |
| committer | |
| log | b665f716f3d35b4ae1505fa4b95bea42da031785 |
| tree | ff1cdc8acf95337acf4fcf7ea57d584abfcd2ea4 |
| parent | b20d6761ca5117e42507b759811f4d4fab604c33 |
| signature |
https://github.com/Vexu/arocc/issues/10961 files changed, 2 insertions(+), 0 deletions(-)
test/standalone/glibc_compat/build.zig+2| ... | ... | @@ -103,6 +103,8 @@ pub fn build(b: *std.Build) void { |
| 103 | 103 | .{ .arch_os_abi = t }, |
| 104 | 104 | ) catch unreachable); |
| 105 | 105 | |
| 106 | if (target.result.cpu.arch.isLoongArch()) continue; // https://github.com/Vexu/arocc/issues/1096 | |
| 107 | ||
| 106 | 108 | const glibc_ver = target.result.os.version_range.linux.glibc; |
| 107 | 109 | |
| 108 | 110 | // only build test if glibc version supports the architecture |