diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-08 08:13:50 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-07-08 08:13:50 +0000 |
commit | 10e2f68dfd2dea1dc6e0f64f6e54869bb445f8db (patch) | |
tree | 4ef5fe1a0bab26be151599c1d103f6690edacc27 /toolchain/gcc | |
parent | af008e792475bccd6d0fb9ce70f2c11ee2cecc06 (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')
-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 |