switch to gcc 4.2.4 for avr32
[librecmc/librecmc.git] / toolchain / gcc / Config.in
index ed43f8f0dab77171d523f16770966ccfc68df0f5..24b86081c5b2a97ec86be78b2df15b554e34ea53 100644 (file)
@@ -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