[toolchain] add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi...
[openwrt-10.03/.git] / toolchain / gcc / Config.in
index accf06aee462078f1d452a5664f1b883c93efe52..8d91ba2c5425560a3bf385e681f68649d4d196d8 100644 (file)
@@ -22,6 +22,14 @@ choice
                depends !LINUX_2_4
                bool "gcc 4.2.4"
 
+       config GCC_VERSION_4_3_1
+               depends !LINUX_2_4
+               bool "gcc 4.3.1"
+
+       config GCC_VERSION_4_3_2
+               depends !LINUX_2_4
+               bool "gcc 4.3.2"
+
 endchoice
 
 config EABI_SUPPORT