Skip to content

Commit cdeafe7

Browse files
committed
Eat shit and die mips
1 parent 6f105b5 commit cdeafe7

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

src/target.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1306,8 +1306,6 @@ const char *target_dynamic_linker(const ZigTarget *target) {
13061306

13071307
case ZigLLVM_mips:
13081308
case ZigLLVM_mipsel:
1309-
return "/lib/ld.so.1";
1310-
13111309
case ZigLLVM_mips64:
13121310
case ZigLLVM_mips64el:
13131311
zig_panic("TODO implement target_dynamic_linker for mips");

test/tests.zig

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -160,16 +160,6 @@ const test_targets = [_]TestTarget{
160160
},
161161
},
162162
},
163-
TestTarget{
164-
.target = Target{
165-
.Cross = CrossTarget{
166-
.os = .linux,
167-
.arch = .mipsel,
168-
.abi = .gnu,
169-
},
170-
},
171-
.link_libc = true,
172-
},
173163
TestTarget{
174164
.target = Target{
175165
.Cross = CrossTarget{

0 commit comments

Comments
 (0)