aboutsummaryrefslogtreecommitdiff
path: root/test/tests.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-12-15 19:25:26 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-12-16 03:01:13 -0700
commitc8af00c66e8b6f62e4dd6ac4d86a3de03e9ea354 (patch)
treee0df38be78d663f802c6622f509d4d399ae133c4 /test/tests.zig
parent5aeffab693a878679674f9a2f8bb2e6825da705d (diff)
downloadzig-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.zig9
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 = .{