From 272e7fda1968e4413e9d72a793743d4b73fd275c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 1 Oct 2005 00:36:38 +0000 Subject: control pthread support since some arches like x86_64 dont yet support it in uClibc --- toolchain/uClibc/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'toolchain/uClibc/Config.in') diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index a034b2e1f..b364aaed2 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -22,9 +22,16 @@ config BR2_ENABLE_LOCALE help Enable locale/gettext/i18n support? +config BR2_PTHREADS + bool "Enable thread support" + default y + help + Enable support for libpthreads + config BR2_PTHREADS_NATIVE bool "Enable Native POSIX Threading (NPTL) support?" default n + depends on BR2_PTHREADS help Enable Native POSIX Threading (NPTL) support? -- cgit v1.2.3