From a394fe49ece3d01c85e65a02774c2cc170c81a54 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 28 Jul 2014 00:09:38 +0200 Subject: libc: libces are responsible for naming their threads implementation This will help add new implementations, such as the one in musl. Signed-off-by: "Yann E. MORIN" Cc: Bryan Hundven --- config/libc.in | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'config/libc.in') diff --git a/config/libc.in b/config/libc.in index 240a01ef..ba6da8ff 100644 --- a/config/libc.in +++ b/config/libc.in @@ -39,13 +39,10 @@ config LIBC_SUPPORT_THREADS_WIN32 config LIBC_SUPPORT_THREADS_NONE bool +# C libraries should provide other values config THREADS string - default "nptl" if THREADS_NATIVE - default "linuxthreads" if THREADS_LT - default "win32" if THREADS_WIN32 - default "none" if THREADS_NONE || LIBC_none -# No C library, no threads! + default "none" if THREADS_NONE if ! LIBC_none -- cgit v1.2.3