diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-07-08 08:13:50 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-07-08 08:13:50 +0000 |
commit | f5c37ab96a57d5e0d7867aecc64c5a4d70922495 (patch) | |
tree | 4ef5fe1a0bab26be151599c1d103f6690edacc27 /toolchain | |
parent | 4aa7a9d82e27fe27df09275973732579c27af90c (diff) | |
download | master-187ad058-f5c37ab96a57d5e0d7867aecc64c5a4d70922495.tar.gz master-187ad058-f5c37ab96a57d5e0d7867aecc64c5a4d70922495.tar.bz2 master-187ad058-f5c37ab96a57d5e0d7867aecc64c5a4d70922495.zip |
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')
-rw-r--r-- | toolchain/gcc/Config.in | 1 |
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 |