X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=toolchain%2Fgcc%2FConfig.version;h=f3b40d7fa54ca09beee44f163f9134df600e0019;hb=ff9c48a9631c7d3df680e166a43078b10cbebd25;hp=3f7b65715ae9138203c3692e8cb9544df4cd5790;hpb=a2664e2b9c40cffae513ae18138926ccebe8e1da;p=openwrt.git diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 3f7b65715a..f3b40d7fa5 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -4,9 +4,12 @@ config GCC_VERSION default "4.1.2" if GCC_VERSION_4_1_2 default "4.2.4" if GCC_VERSION_4_2_4 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.0" if GCC_VERSION_4_4_0 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 "llvm" if GCC_VERSION_LLVM default "4.1.2" config GCC_VERSION_3 @@ -16,7 +19,9 @@ config GCC_VERSION_3 config GCC_VERSION_3_4 bool default y if GCC_VERSION_3_4_6 - + +if !LINUX_2_4 + config GCC_VERSION_4 bool default y if GCC_VERSION_4_1 @@ -31,23 +36,29 @@ 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 default y if GCC_VERSION_4_3_3 + default y if GCC_VERSION_4_3_3_CS default y if GCC_VERSION_4_3_4 config GCC_VERSION_4_4 bool - default y if GCC_VERSION_4_4_0 default y if GCC_VERSION_4_4_1 + default y if GCC_VERSION_4_4_2 + default y if GCC_VERSION_4_4_3 + +endif if !TOOLCHAINOPTS config GCC_VERSION_3_4_6 default y if LINUX_2_4 +if !LINUX_2_4 config GCC_VERSION_4_2_4 - default y if TARGET_avr32 + default y if avr32 default y if TARGET_ppc40x default y if TARGET_ppc44x @@ -56,9 +67,12 @@ if !TOOLCHAINOPTS default y if TARGET_etrax default y if TARGET_coldfire - config GCC_VERSION_4_4_0 - default y if ubicom32 + config GCC_VERSION_4_3_3_CS + default y if (mips || mipsel) && !TARGET_octeon + default y if arm || armeb config GCC_VERSION_4_4_1 + default y if ubicom32 default y if TARGET_octeon endif +endif