diff options
author | Tony Theodore <tonyt@logyst.com> | 2013-11-09 04:13:30 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2013-11-09 04:13:30 (GMT) |
commit | 9dca01ca565977ecbc4c42adacadc342e758e3d3 (patch) | |
tree | 8262d2591f2e620fee15b1afcc0d72a524a0b046 /index.html | |
parent | 190d2368b8ee53c1d839d53efe06488f10434223 (diff) | |
download | mxe-9dca01ca565977ecbc4c42adacadc342e758e3d3.zip mxe-9dca01ca565977ecbc4c42adacadc342e758e3d3.tar.gz mxe-9dca01ca565977ecbc4c42adacadc342e758e3d3.tar.bz2 |
doc update: show number of packages instead of status for supported targets
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -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> |