diff options
author | Boris Pek <tehnick-8@yandex.ru> | 2019-01-04 21:47:15 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-01-09 00:36:35 (GMT) |
commit | 971d092bc063f59a57a38ead2fead4de2a5313c3 (patch) | |
tree | 8b99769b2a16a5964079c4e8e84ca53bf3e89f53 /docs | |
parent | 0a69881e907a8e62723cb33ff26c3c97ecb9dc35 (diff) | |
download | mxe-971d092bc063f59a57a38ead2fead4de2a5313c3.zip mxe-971d092bc063f59a57a38ead2fead4de2a5313c3.tar.gz mxe-971d092bc063f59a57a38ead2fead4de2a5313c3.tar.bz2 |
index.html: add note about switching to GCC posix threads
by default
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 032d6d4..a20d3c3 100644 --- a/docs/index.html +++ b/docs/index.html @@ -163,7 +163,7 @@ </p> <p> Experimental support for GCC with posix threads was - added in <a href="https://github.com/mxe/mxe/pull/958">November 2015</a>. + added in <a href="https://github.com/mxe/mxe/pull/958">November 2015</a>. Since <a href="https://github.com/mxe/mxe/pull/2263">January 2019</a> it is used by default. </p> <p> Experimental support for alternate GCC Exception Handling was |