summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-06-13 16:45:44 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-06-13 16:45:44 +0200
commitbd14e153f5c208db3030a90eb54c9bd80350afe9 (patch)
treeb62066682bbba2438575e2978b1b207e88eedaee
parentf565ddffa014221775ba78bc66a84adbd5bc48a7 (diff)
downloadembtoolkit-bd14e153f5c208db3030a90eb54c9bd80350afe9.tar.gz
embtoolkit-bd14e153f5c208db3030a90eb54c9bd80350afe9.tar.bz2
embtoolkit-bd14e153f5c208db3030a90eb54c9bd80350afe9.tar.xz
Toolchain: uclibc: remove double PTHREADS_DEBUG_SUPPORT entry in kconfig file
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
-rw-r--r--kconfig/uclibc-kconfigs/uclibc.kconfig18
1 files changed, 0 insertions, 18 deletions
diff --git a/kconfig/uclibc-kconfigs/uclibc.kconfig b/kconfig/uclibc-kconfigs/uclibc.kconfig
index 7cdf727..7b45b77 100644
--- a/kconfig/uclibc-kconfigs/uclibc.kconfig
+++ b/kconfig/uclibc-kconfigs/uclibc.kconfig
@@ -699,24 +699,6 @@ config KEMBTK_UCLIBC_UCLIBC_HAS_TLS
which is not on stack. It needs __thread support enabled in
gcc.
-config KEMBTK_UCLIBC_PTHREADS_DEBUG_SUPPORT
- bool "Build pthreads debugging support"
- default n
- depends on KEMBTK_UCLIBC_UCLIBC_HAS_THREADS
- depends on EMBTK_UCLIBC_VERSION_SERIES_1_0_X
- help
- Say Y here if you wish to be able to debug applications that use
- uClibc's pthreads library. By enabling this option, a library
- named libthread_db will be built. This library will be dlopen()'d
- by gdb and will allow gdb to debug the threads in your application.
-
- IMPORTANT NOTE! Because gdb must dlopen() the libthread_db library,
- you must compile gdb with uClibc in order for pthread debugging to
- work properly.
-
- If you are doing development and want to debug applications using
- uClibc's pthread library, answer Y. Otherwise, answer N.
-
config KEMBTK_UCLIBC_LINUXTHREADS_NEW
bool
default n