From: Felix Fietkau <nbd@openwrt.org>
Date: Fri, 8 Jul 2011 08:13:50 +0000 (+0000)
Subject: toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek)
X-Git-Tag: reboot~16275
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=9a560e48dd6e85a967dc3412458fc019ff5c95da;p=openwrt%2Fstaging%2Fxback.git

toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek)

SVN-Revision: 27556
---

diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 75d388dc65..e94bcc9738 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -49,7 +49,6 @@ config SSP_SUPPORT
 
 config TLS_SUPPORT
 	bool
-	depends UCLIBC_VERSION_NPTL
 	prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS
 	default n
 	help