summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-crosstool-ng/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-05-09 11:17:07 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-09 11:17:07 +0200
commita79f0494a14e5a99edc3ff52ff04f796e5a56453 (patch)
treea51852c40e8bc9db2287f856e506c53aec5bbc14 /toolchain/toolchain-crosstool-ng/Config.in
parentd06238d9b92a24a41185888ab4d700eaca5a137b (diff)
downloadbuildroot-novena-a79f0494a14e5a99edc3ff52ff04f796e5a56453.tar.gz
buildroot-novena-a79f0494a14e5a99edc3ff52ff04f796e5a56453.zip
crosstool-ng: use uClibc 0.9.33.1 / NPTL by default
So we're in sync with the internal toolchain. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/toolchain-crosstool-ng/Config.in')
-rw-r--r--toolchain/toolchain-crosstool-ng/Config.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/toolchain/toolchain-crosstool-ng/Config.in b/toolchain/toolchain-crosstool-ng/Config.in
index 2d1e801c4..35ea2b1c8 100644
--- a/toolchain/toolchain-crosstool-ng/Config.in
+++ b/toolchain/toolchain-crosstool-ng/Config.in
@@ -99,11 +99,7 @@ config BR2_TOOLCHAIN_CTNG_CXX
choice
prompt "Thread library implementation"
- default BR2_TOOLCHAIN_CTNG_THREADS_PTHREADS_OLD \
- if BR2_TOOLCHAIN_CTNG_uClibc
- default BR2_TOOLCHAIN_CTNG_THREADS_NPTL \
- if BR2_TOOLCHAIN_CTNG_eglibc || \
- BR2_TOOLCHAIN_CTNG_glibc
+ default BR2_TOOLCHAIN_CTNG_THREADS_NPTL
help
Enable thread support and select thread implementation. With
glibc, thread support is mandatory but several
@@ -129,8 +125,6 @@ choice
config BR2_TOOLCHAIN_CTNG_THREADS_NPTL
bool "Native POSIX Threading (NPTL)"
select BR2_TOOLCHAIN_HAS_THREADS
- depends on BR2_TOOLCHAIN_CTNG_eglibc || \
- BR2_TOOLCHAIN_CTNG_glibc
endchoice
endif # BR2_TOOLCHAIN_CTNG