gcc: remove the bogus CONFIG_TLS_SUPPORT symbol - TLS support is required by libc.
[openwrt/staging/dedeckeh.git] / toolchain / gcc / Config.in
index 585017586acae4a6f01bb85a1b65a161417bff05..811c6d47c24f629fe38b6487dfcd4c96f52d1259 100644 (file)
@@ -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