X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/0b981aa0afb3a92eba0a2a306674eec329076a93..13145164645808ea6d4394a00b9300d827b05841:/toolchain/gcc/Config.in diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4aaa88edf..b183e3618 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -81,6 +81,14 @@ config SSP_SUPPORT help Enable Stack-Smashing Protection support +config TLS_SUPPORT + bool + depends !GCC_VERSION_3_4_6 && UCLIBC_VERSION_NPTL + prompt "Enable Thread-local storage (TLS) support" if TOOLCHAINOPTS + default n + help + Enable Thread-local storage support + config INSTALL_LIBSTDCPP bool prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS