From ccbfef23763ee8781b032fec579324deaba1764f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 12 Dec 2010 22:18:52 +0100 Subject: libc: hide no-thread for those C libraries that do not support it Building non-threaded glibc has been unsupported for a long time, now: http://sourceware.org/ml/libc-alpha/2005-08/msg00091.html As eglibc is a spin-off of glibc: ditto. So do not offer that possibility in the menuconfig. Thanks to Thomas Petazzoni for spotting, and helping to solve, the issue! Signed-off-by: "Yann E. MORIN" --- config/libc/newlib.in | 1 + config/libc/uClibc.in | 1 + 2 files changed, 2 insertions(+) (limited to 'config/libc') diff --git a/config/libc/newlib.in b/config/libc/newlib.in index b3e90e64..3eba924b 100644 --- a/config/libc/newlib.in +++ b/config/libc/newlib.in @@ -2,6 +2,7 @@ # depends on BARE_METAL config LIBC_newlib + select LIBC_SUPPORT_THREADS_NONE help Newlib is a C library intended for use on embedded systems. It is a conglomeration of several library parts, all under free software diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 24ab3d9a..f5a753bf 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -3,6 +3,7 @@ config LIBC_uClibc select LIBC_SUPPORT_LINUXTHREADS + select LIBC_SUPPORT_THREADS_NONE help The de-facto standard for embeded linux systems. Highly configurable, thus as feature-rich as you need, without -- cgit v1.2.3