diff options
Diffstat (limited to 'config/libc/uClibc.in')
-rw-r--r-- | config/libc/uClibc.in | 4 |
1 files changed, 4 insertions, 0 deletions
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" |