doc update: show number of packages instead of status for supported targets

This commit is contained in:
Tony Theodore 2013-11-09 15:13:30 +11:00
parent 190d2368b8
commit 9dca01ca56
1 changed files with 4 additions and 9 deletions

View File

@ -200,26 +200,21 @@
<tr>
<th>Runtime</th>
<th>Host Triplet</th>
<th>Status</th>
<th>Packages</th>
</tr>
<tr>
<td><a href="http://www.mingw.org/">MinGW 3x</a></td>
<td>i686-pc-mingw32</td>
<td>Fully Supported</td>
</tr>
<tr>
<td><a href="http://www.mingw.org/">MinGW 4x</a></td>
<td></td>
<td><a href="https://github.com/mxe/mxe/issues/203">Pilot</a></td>
<td style='text-align:center'>301</td>
</tr>
<tr>
<td rowspan="2"><a href="http://mingw-w64.sourceforge.net/">MinGW-w64</a></td>
<td>i686-w64-mingw32</td>
<td>94% (258/275)</td>
<td style='text-align:center'>288</td>
</tr>
<tr>
<td>x86_64-w64-mingw32</td>
<td>86% (238/275)</td>
<td style='text-align:center'>266</td>
</tr>
</table>