summaryrefslogtreecommitdiff
path: root/config/libc/mingw.in
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-07-27 22:15:44 (GMT)
committerYann E. MORIN <yann.morin.1998@free.fr>2014-07-27 23:23:34 (GMT)
commit152b7ad4b456eec1ef7f1174c6c18074d35c66b5 (patch)
treeb430ccd327f4853def9da9e7eb9d1e6db66f7ce8 /config/libc/mingw.in
parenta394fe49ece3d01c85e65a02774c2cc170c81a54 (diff)
libc/mingw: threads are the native ones
There is no need to differentiate the win32 threads case, since we can cosider them to be the native implementation on Windows. Besides, with the previous patch, nothing uses it anymore. So, just remove it. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to 'config/libc/mingw.in')
-rw-r--r--config/libc/mingw.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/libc/mingw.in b/config/libc/mingw.in
index 8b4d98a..875f5a2 100644
--- a/config/libc/mingw.in
+++ b/config/libc/mingw.in
@@ -2,7 +2,7 @@
## depends on WINDOWS
##
-## select LIBC_SUPPORT_THREADS_WIN32
+## select LIBC_SUPPORT_THREADS_NATIVE
## select CC_CORE_PASSES_NEEDED
##
## help The de-facto standard for Mingw distributions.