X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/a2515db1098972c79864d2e2c8e0c18873dbd5c8..05e6976da2fd9ee5d91bfe8b1aaa2e803158b03a:/toolchain/gcc/Config.in diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 01557138d..24b86081c 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -32,8 +32,20 @@ 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 + bool + depends arm||armeb + prompt "Enable EABI support" if TOOLCHAINOPTS + default n + help + Enable ARM EABI support + config EXTRA_GCC_CONFIG_OPTIONS string prompt "Additional gcc options" if TOOLCHAINOPTS @@ -41,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