From bd14e153f5c208db3030a90eb54c9bd80350afe9 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 13 Jun 2010 16:45:44 +0200 Subject: Toolchain: uclibc: remove double PTHREADS_DEBUG_SUPPORT entry in kconfig file Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/uclibc-kconfigs/uclibc.kconfig | 18 ------------------ 1 file changed, 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 -- cgit v1.2.3