diff options
| author | LemonBoy <thatlemon@gmail.com> | 2019-11-30 21:36:16 +0100 |
|---|---|---|
| committer | LemonBoy <thatlemon@gmail.com> | 2019-11-30 21:36:16 +0100 |
| commit | cdeafe777a2fe707674cb44e4aa7b5a1b8319ec5 (patch) | |
| tree | 357c2b4e774cc48da6e24ecd26ae7297ee63a863 /test/tests.zig | |
| parent | 6f105b5ae7b66ca7e46347b97e5630b866087b87 (diff) | |
| download | zig-cdeafe777a2fe707674cb44e4aa7b5a1b8319ec5.tar.gz zig-cdeafe777a2fe707674cb44e4aa7b5a1b8319ec5.zip | |
Eat shit and die mips
Diffstat (limited to 'test/tests.zig')
| -rw-r--r-- | test/tests.zig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/tests.zig b/test/tests.zig index b14706bea9..5d7e4e11e1 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -165,16 +165,6 @@ const test_targets = [_]TestTarget{ .Cross = CrossTarget{ .os = .linux, .arch = .mipsel, - .abi = .gnu, - }, - }, - .link_libc = true, - }, - TestTarget{ - .target = Target{ - .Cross = CrossTarget{ - .os = .linux, - .arch = .mipsel, .abi = .musl, }, }, |
