summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-07-08 08:13:50 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-07-08 08:13:50 +0000
commit9a560e48dd6e85a967dc3412458fc019ff5c95da (patch)
treeaf06fc5f34e21571b09d12847f2a13cdf1417307 /toolchain/gcc/Config.in
parentddc6fd10de0e53e5bb7d581531b5a98bc8a60fbc (diff)
downloadmaster-31e0f0ae-9a560e48dd6e85a967dc3412458fc019ff5c95da.tar.gz
master-31e0f0ae-9a560e48dd6e85a967dc3412458fc019ff5c95da.tar.bz2
master-31e0f0ae-9a560e48dd6e85a967dc3412458fc019ff5c95da.zip
toolchain: remove a dependency on a nonexistant config symbol (thx, Sedat Dilek)
SVN-Revision: 27556
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 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