doc updates: fix typo, update package counts, note posix threads support

see #1066
This commit is contained in:
Tony Theodore 2015-12-16 13:42:45 +11:00
parent 8aa5ccc123
commit 0b13084593
2 changed files with 14 additions and 11 deletions

View File

@ -24,11 +24,14 @@ various target platforms, which:
## Supported Toolchains
* Runtime: MinGW-w64
* Host Triplet:
* Host Triplets:
- `i686-w64-mingw32`
- `x86_64-w64-mingw32`
* Packages:
- static
- shared
* GCC Threading Libraries (`winpthreads` is always available):
- win32
- [posix (experimental)](https://github.com/mxe/mxe/pull/958)
Please see [mxe.cc](http://mxe.cc/) for further information and package support matrix.

View File

@ -104,29 +104,29 @@
</tr>
<tr>
<th>Static</th>
<th>Shared*</th>
<th>Shared</th>
</tr>
<tr>
<td rowspan="2">MinGW-w64</td>
<td>i686-w64-mingw32</td>
<td style='text-align:center'>99% (339/341)</td>
<td style='text-align:center'>62% (211/341)</td>
<td style='text-align:center'>99% (379/381)</td>
<td style='text-align:center'>72% (273/381)</td>
</tr>
<tr>
<td>x86_64-w64-mingw32</td>
<td style='text-align:center'>91% (311/341)</td>
<td style='text-align:center'>61% (209/341)</td>
<td style='text-align:center'>94% (360/381)</td>
<td style='text-align:center'>71% (271/381)</td>
</tr>
</table>
<p>
These numbers were last updated on October 13, 2014. You can see the
These numbers were last updated on December 16, 2015. You can see the
current status by executing <code>make build-matrix.html</code> in the
MXE directory.
</p>
<p><small>
* Shared support in MXE was just added in early February, 2014. These
numbers are expected to rise significantly.
</small></p>
<p>
Experimental support for GCC with posix threads was
added in <a href="https://github.com/mxe/mxe/pull/958">November 2015</a>.
</p>
</div>