X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=blobdiff_plain;f=toolchain%2Fgcc%2FConfig.version;h=51163094fc9dbf8afe4a8303a01627e3baf96fa4;hp=8cd8df401905d4b9754bd0cc8adfa97c749b9bd2;hb=eacfe9260e88fc79aa2a1d97b524e12c7f6f49d6;hpb=95612bcef8dcdc3eccd4b0589ceada865ece6dbd diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 8cd8df401..51163094f 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -6,12 +6,9 @@ config GCC_VERSION default "4.3.3" if GCC_VERSION_4_3_3 default "4.3.3+cs" if GCC_VERSION_4_3_3_CS default "4.3.4" if GCC_VERSION_4_3_4 - default "4.4.1" if GCC_VERSION_4_4_1 - default "4.4.1+cs" if GCC_VERSION_4_4_1_CS - default "4.4.2" if GCC_VERSION_4_4_2 - default "4.4.3" if GCC_VERSION_4_4_3 - default "4.4.3+cs" if GCC_VERSION_4_4_3_CS - default "llvm" if GCC_VERSION_LLVM + default "4.4.1" if GCC_VERSION_4_4_1 + default "4.4.2" if GCC_VERSION_4_4_2 + default "4.4.3" if GCC_VERSION_4_4_3 default "4.1.2" config GCC_VERSION_3 @@ -38,7 +35,6 @@ config GCC_VERSION_4_1 config GCC_VERSION_4_2 bool default y if GCC_VERSION_4_2_4 - default y if GCC_VERSION_LLVM config GCC_VERSION_4_3 bool @@ -49,10 +45,8 @@ config GCC_VERSION_4_3 config GCC_VERSION_4_4 bool default y if GCC_VERSION_4_4_1 - default y if GCC_VERSION_4_4_1_CS default y if GCC_VERSION_4_4_2 default y if GCC_VERSION_4_4_3 - default y if GCC_VERSION_4_4_3_CS endif