summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-08 08:13:50 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-07-08 08:13:50 +0000
commit10e2f68dfd2dea1dc6e0f64f6e54869bb445f8db (patch)
tree4ef5fe1a0bab26be151599c1d103f6690edacc27 /toolchain/gcc/Config.in
parentaf008e792475bccd6d0fb9ce70f2c11ee2cecc06 (diff)
toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27556 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 75d388dc6..e94bcc973 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