summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2016-01-31 13:54:59 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2016-10-11 23:08:53 (GMT)
commit718ce58917e8b66e705ea5e020aff60e533c90cb (patch)
tree162d617567b080829d56682560ddf1ed3aeadc95 /docs
parent8ed6d3000eec81239a331733cc585560bbfcdbbe (diff)
downloadmxe-718ce58917e8b66e705ea5e020aff60e533c90cb.zip
mxe-718ce58917e8b66e705ea5e020aff60e533c90cb.tar.gz
mxe-718ce58917e8b66e705ea5e020aff60e533c90cb.tar.bz2
docs, table: replace triplet with Windows version
MXE targets are now listed below. See http://lists.nongnu.org/archive/html/mingw-cross-env-list/2016-01/msg00022.html
Diffstat (limited to 'docs')
-rw-r--r--docs/index.html12
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/index.html b/docs/index.html
index a37fe18..ba663ee 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -101,10 +101,13 @@
<h3>Supported Toolchains</h3>
+ <p>
+ Compiler and runtime: MinGW-w64.
+ </p>
+
<table id="supported-toolchains">
<tr>
- <th rowspan="2">Runtime</th>
- <th rowspan="2">Host Triplet</th>
+ <th rowspan="2">Target OS</th>
<th colspan="2">Packages</th>
</tr>
<tr>
@@ -112,13 +115,12 @@
<th>Shared</th>
</tr>
<tr>
- <td rowspan="2">MinGW-w64</td>
- <td>i686-w64-mingw32</td>
+ <td>32 bit Windows</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>64 bit Windows</td>
<td style='text-align:center'>94% (360/381)</td>
<td style='text-align:center'>71% (271/381)</td>
</tr>