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/uClibc.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/libc/uClibc.in') diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index f641a6f7..15296425 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -11,6 +11,10 @@ ## help Highly configurable, thus as feature-rich as you ## help need, without compromising for size. +config THREADS + default "nptl" if THREADS_NATIVE + default "linuxthreads" if THREADS_LT + if ARCH_FLOAT_SOFTFP comment "'softfp' ABI and uClibc is not entirely tested in crosstool-NG" comment "You may experience issues, although it should work just fine" -- cgit v1.2.3