summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-12-16 10:58:24 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-12-16 10:58:24 (GMT)
commit9b3b9e28eb1ebe78b51ff41e1b224522d2439d61 (patch)
treef409ed22f37bf9bf9e4e78c14aff9d03eeb7e7cc
parent8aa5ccc123b429c59b453b7be2fce9ef3bea678a (diff)
parent0b13084593d52efa6b45634b8b0a64e680f6df76 (diff)
downloadmxe-9b3b9e28eb1ebe78b51ff41e1b224522d2439d61.zip
mxe-9b3b9e28eb1ebe78b51ff41e1b224522d2439d61.tar.gz
mxe-9b3b9e28eb1ebe78b51ff41e1b224522d2439d61.tar.bz2
Merge pull request #1073 from tonytheodore/docs
doc updates: fix typo, update package counts, note posix threads support
-rw-r--r--README.md5
-rw-r--r--index.html20
2 files changed, 14 insertions, 11 deletions
diff --git a/README.md b/README.md
index 1950615..16b4d45 100644
--- a/README.md
+++ b/README.md
@@ -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.
diff --git a/index.html b/index.html
index 111d079..4800154 100644
--- a/index.html
+++ b/index.html
@@ -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>