From 152b7ad4b456eec1ef7f1174c6c18074d35c66b5 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 28 Jul 2014 00:15:44 +0200 Subject: 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" Cc Bryan Hundven --- config/libc/mingw.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/libc') diff --git a/config/libc/mingw.in b/config/libc/mingw.in index 8b4d98a2..875f5a2c 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. -- cgit v1.2.3