Skip to content

Commit

Permalink
Auto merge of #24567 - tamird:windows-caviats, r=steveklabnik
Browse files Browse the repository at this point in the history
- #1237 is closed
- `libgcc` is now statically linked:
  #17471
  • Loading branch information
bors committed Apr 19, 2015
2 parents d86b6f6 + a8aa4ee commit be41e98
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/doc/complement-lang-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,7 @@ Let the fact that this is an easily countable number be a warning.

## Does it run on Windows?

Yes. All development happens in lockstep on all 3 target platforms (using MinGW, not Cygwin). Note that the Windows implementation currently has some limitations; in particular, the 64-bit build is [not fully supported yet][win64], and all executables created by rustc [depend on libgcc DLL at runtime][libgcc].

[win64]: https://github.com/rust-lang/rust/issues/1237
[libgcc]: https://github.com/rust-lang/rust/issues/11782
Yes. All development happens in lockstep on all 3 target platforms (using MinGW, not Cygwin).

## Is it OO? How do I do this thing I normally do in an OO language?

Expand Down

0 comments on commit be41e98

Please sign in to comment.