japaric / rust-cross

Everything you need to know about cross compiling Rust programs!
Apache License 2.0
2.51k stars 94 forks source link

Target triple for Windows #43

Open fenhl opened 6 years ago

fenhl commented 6 years ago

I am trying to set up cross-compilation for the first time, and the section “The target triple” seems to be missing some information if the target is a Windows system. More specifically, it says what to use as the vendor field, but not how to find out the architecture, system, or ABI fields. It would be very useful if information about this could be added.