X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=openwrt%2Ftoolchain%2Fgcc%2FConfig.in;fp=openwrt%2Ftoolchain%2Fgcc%2FConfig.in;h=9e65aad59f33cdba27b891bd8fa53ec1c2ed83d1;hb=c929e3a0fc8907f7a5f497414fc91413913bcd49;hp=599bfddb5717e54293eb0780c471f82fa342b1e9;hpb=5036713418a87a664d2d5a6ecdaa53590e3656ad;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/openwrt/toolchain/gcc/Config.in b/openwrt/toolchain/gcc/Config.in index 599bfddb57..9e65aad59f 100644 --- a/openwrt/toolchain/gcc/Config.in +++ b/openwrt/toolchain/gcc/Config.in @@ -10,7 +10,7 @@ endif config BR2_GCC_3_4 bool default n - depends BR2_GCC_VERSION_3_4_4 || BR2_GCC_VERSION_3_4_5 || BR2_GCC_VERSION_4_0_2 || BR2_GCC_VERSION_4_1_0 + depends BR2_GCC_VERSION_3_4_4 || BR2_GCC_VERSION_3_4_5 || BR2_GCC_VERSION_3_4_6 || BR2_GCC_VERSION_4_0_2 || BR2_GCC_VERSION_4_1_0 choice prompt "GCC compiler Version" if CONFIG_DEVEL @@ -28,6 +28,10 @@ choice bool "gcc 3.4.5" select BR2_GCC_3_4 + config BR2_GCC_VERSION_3_4_6 + bool "gcc 3.4.6" + select BR2_GCC_3_4 + config BR2_GCC_VERSION_4_0_2 bool "gcc 4.0.2" select BR2_GCC_3_4 @@ -44,6 +48,7 @@ config BR2_GCC_VERSION string default "3.4.4" if BR2_GCC_VERSION_3_4_4 default "3.4.5" if BR2_GCC_VERSION_3_4_5 || !CONFIG_DEVEL + default "3.4.6" if BR2_GCC_VERSION_3_4_6 default "4.0.2" if BR2_GCC_VERSION_4_0_2 default "4.1.0" if BR2_GCC_VERSION_4_1_0