diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-04-07 10:11:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-04-07 10:11:41 +0000 |
commit | c270db592a9bfc16b950ad1469a9133c8905af12 (patch) | |
tree | aa08fe17dae50c7fb1810dcb309a7a300dd8f56b /toolchain/gcc/Config.in | |
parent | 46072644e50fdfa3e996855a1466219fd7b51d3b (diff) | |
download | upstream-c270db592a9bfc16b950ad1469a9133c8905af12.tar.gz upstream-c270db592a9bfc16b950ad1469a9133c8905af12.tar.bz2 upstream-c270db592a9bfc16b950ad1469a9133c8905af12.zip |
gcc: remove the bogus CONFIG_TLS_SUPPORT symbol - TLS support is required by libc.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 36240
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 585017586a..811c6d47c2 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -52,13 +52,6 @@ config SSP_SUPPORT help Enable Stack-Smashing Protection support -config TLS_SUPPORT - bool - prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS - default n - help - Enable Thread-local storage support - config SJLJ_EXCEPTIONS bool prompt "Use setjump()/longjump() exceptions" if TOOLCHAINOPTS |