Skip to content

RFC: Provide only std for windows-gnu and not rustc #41165

Closed
@TimNN

Description

@TimNN

Motivation: Compiling LLVM with MinGW is a huge PITA and for LLVM 4.0 would likely require us to switch to "MinGW with Posix Threads" from "MinGW with Win32 Threads".

As far as I know, there should be no reason why an enduser would require rustc to be available compiled by MinGW (Edit: as pointed out below, unless they have a compiler plugin which requires windows-gnu).

Such a change would likely require modifications to any or multiple of rustc, rustup and rustbuild, depending on the approach taken.

Another benefit: This would probably get rid of 95% of spurious appveyor failures.

cc @alexcrichton, @retep998, @rust-lang/tools

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions