| ... | @@ -324,10 +324,10 @@ static void construct_linker_job_elf(LinkJob *lj) { | ... | @@ -324,10 +324,10 @@ static void construct_linker_job_elf(LinkJob *lj) { |
| 324 | } | 324 | } |
| 325 | } | 325 | } |
| 326 | | 326 | |
| 327 | static bool is_target_cyg_mingw(const ZigTarget *target) { | 327 | //static bool is_target_cyg_mingw(const ZigTarget *target) { |
| 328 | return (target->os == ZigLLVM_Win32 && target->env_type == ZigLLVM_Cygnus) || | 328 | // return (target->os == ZigLLVM_Win32 && target->env_type == ZigLLVM_Cygnus) || |
| 329 | (target->os == ZigLLVM_Win32 && target->env_type == ZigLLVM_GNU); | 329 | // (target->os == ZigLLVM_Win32 && target->env_type == ZigLLVM_GNU); |
| 330 | } | 330 | //} |
| 331 | | 331 | |
| 332 | static void coff_append_machine_arg(CodeGen *g, ZigList<const char *> *list) { | 332 | static void coff_append_machine_arg(CodeGen *g, ZigList<const char *> *list) { |
| 333 | if (g->zig_target.arch.arch == ZigLLVM_x86) { | 333 | if (g->zig_target.arch.arch == ZigLLVM_x86) { |