Disable smash stacking support by default, but allow to enable it as an experimental...
[openwrt/openwrt.git] / toolchain / gcc / Config.in
index e712d5934d0e81db3c2286afa6b97f90ddd67ec4..24b86081c5b2a97ec86be78b2df15b554e34ea53 100644 (file)
@@ -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