X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/699d63d8beadbcbdb6799930edb927b32ea32df4..05e6976da2fd9ee5d91bfe8b1aaa2e803158b03a:/toolchain/gcc/Config.in diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index ed43f8f0d..24b86081c 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -32,6 +32,10 @@ choice depends !LINUX_2_4 bool "gcc 4.2.3" + config GCC_VERSION_4_2_4 + depends !LINUX_2_4 + bool "gcc 4.2.4" + endchoice config EABI_SUPPORT @@ -49,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