diff options
| author | Andrew Kelley <andrew@ziglang.org> | 2021-12-15 19:25:26 -0700 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2021-12-16 03:01:13 -0700 |
| commit | c8af00c66e8b6f62e4dd6ac4d86a3de03e9ea354 (patch) | |
| tree | e0df38be78d663f802c6622f509d4d399ae133c4 /test/tests.zig | |
| parent | 5aeffab693a878679674f9a2f8bb2e6825da705d (diff) | |
| download | zig-c8af00c66e8b6f62e4dd6ac4d86a3de03e9ea354.tar.gz zig-c8af00c66e8b6f62e4dd6ac4d86a3de03e9ea354.zip | |
glibc: fix inconsistency of powerpc ABI mapping
See the commit message of 5b6d26e97bb97d79782f3c77b02a997e361a1497 for
an explanation. This is the same thing but for powerpc instead of mips.
Diffstat (limited to 'test/tests.zig')
| -rw-r--r-- | test/tests.zig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test/tests.zig b/test/tests.zig index 306f1e829c..f618adc1bf 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -236,6 +236,15 @@ const test_targets = blk: { }, .link_libc = true, }, + // https://github.com/ziglang/zig/issues/2256 + //TestTarget{ + // .target = .{ + // .cpu_arch = .powerpc, + // .os_tag = .linux, + // .abi = .gnueabihf, + // }, + // .link_libc = true, + //}, TestTarget{ .target = .{ |
