diff options
author | Florian Fainelli <florian@openwrt.org> | 2008-07-30 12:54:28 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2008-07-30 12:54:28 +0000 |
commit | cc99e5b35dad9198a26dd882852787f40b56d8f6 (patch) | |
tree | c7ee309d7009d2f6831ab5085106ffccce5bdd43 /toolchain/gcc/Config.in | |
parent | 890c213508cc7702135bf289b48fbb366eea5e3b (diff) | |
download | upstream-cc99e5b35dad9198a26dd882852787f40b56d8f6.tar.gz upstream-cc99e5b35dad9198a26dd882852787f40b56d8f6.tar.bz2 upstream-cc99e5b35dad9198a26dd882852787f40b56d8f6.zip |
Disable smash stacking support by default, but allow to enable it as an experimental feature
SVN-Revision: 12010
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r-- | toolchain/gcc/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index e712d5934d..24b86081c5 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -53,6 +53,13 @@ config EXTRA_GCC_CONFIG_OPTIONS help Any additional gcc options you may want to include.... +config SSP_SUPPORT + bool + prompt "Enable Smash Stacking Protection support" if TOOLCHAINOPTS + default n + help + Enable Smash Stacking Protection support + config INSTALL_LIBSTDCPP bool prompt "Build/install c++ compiler and libstdc++?" if TOOLCHAINOPTS |