aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2008-07-30 12:54:28 +0000
committerFlorian Fainelli <florian@openwrt.org>2008-07-30 12:54:28 +0000
commit0ae9727f8bea6adaacb2f13c6fe026ba251461e0 (patch)
tree86b3d897ebc6f30ea8e51f338a0581fc735ab1c6 /toolchain/gcc/Config.in
parentff298d605db595e1cdb3fde1b9befd006eaf2199 (diff)
downloadupstream-0ae9727f8bea6adaacb2f13c6fe026ba251461e0.tar.gz
upstream-0ae9727f8bea6adaacb2f13c6fe026ba251461e0.tar.bz2
upstream-0ae9727f8bea6adaacb2f13c6fe026ba251461e0.zip
Disable smash stacking support by default, but allow to enable it as an experimental feature
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12010 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/Config.in')
-rw-r--r--toolchain/gcc/Config.in7
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