diff options
author | Tony Theodore <tonyt@logyst.com> | 2016-01-12 01:03:11 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2016-01-12 01:03:11 (GMT) |
commit | a449841274217582a15c11f560944853c910b30b (patch) | |
tree | 80a41eac7e154be1813591300bed81ba65141555 /index.html | |
parent | ccfeb1e8ed028c00290726d0b102710da18140e8 (diff) | |
download | mxe-a449841274217582a15c11f560944853c910b30b.zip mxe-a449841274217582a15c11f560944853c910b30b.tar.gz mxe-a449841274217582a15c11f560944853c910b30b.tar.bz2 |
docs: link to build-matrix.html and note libgomp and pthreads availability
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -124,9 +124,14 @@ </tr> </table> <p> - 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. + These numbers were last updated on December 16, 2015. + See the <a href="build-matrix.html">current status</a> + for individual packages. + </p> + <p> + OpenMP (<a href="http://gcc.gnu.org/projects/gomp/">libgomp</a>) + and pthreads (<a href="http://mingw-w64.sourceforge.net/">winpthreads</a>) + are always available. </p> <p> Experimental support for GCC with posix threads was |