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 /src/target.cpp | |
| parent | 6f105b5ae7b66ca7e46347b97e5630b866087b87 (diff) | |
| download | zig-cdeafe777a2fe707674cb44e4aa7b5a1b8319ec5.tar.gz zig-cdeafe777a2fe707674cb44e4aa7b5a1b8319ec5.zip | |
Eat shit and die mips
Diffstat (limited to 'src/target.cpp')
| -rw-r--r-- | src/target.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/target.cpp b/src/target.cpp index 3a6d8d19f4..538f836f24 100644 --- a/src/target.cpp +++ b/src/target.cpp @@ -1306,8 +1306,6 @@ const char *target_dynamic_linker(const ZigTarget *target) { case ZigLLVM_mips: case ZigLLVM_mipsel: - return "/lib/ld.so.1"; - case ZigLLVM_mips64: case ZigLLVM_mips64el: zig_panic("TODO implement target_dynamic_linker for mips"); |
