X-Git-Url: https://git.enpas.org/?a=blobdiff_plain;f=toolchain%2Fgcc%2FConfig.version;h=f3b40d7fa54ca09beee44f163f9134df600e0019;hb=ff9c48a9631c7d3df680e166a43078b10cbebd25;hp=9c1125dd782433aea8a90bd20527e53ccd3aafc9;hpb=95d5066d03b3b9798e068562f31acaabe6e6d8fd;p=openwrt.git diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 9c1125dd78..f3b40d7fa5 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -8,6 +8,7 @@ config GCC_VERSION default "4.3.4" if GCC_VERSION_4_3_4 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" @@ -47,6 +48,7 @@ config GCC_VERSION_4_4 bool 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 @@ -56,7 +58,7 @@ if !TOOLCHAINOPTS 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 @@ -66,7 +68,7 @@ if !LINUX_2_4 default y if TARGET_coldfire config GCC_VERSION_4_3_3_CS - default y if mips || mipsel + default y if (mips || mipsel) && !TARGET_octeon default y if arm || armeb config GCC_VERSION_4_4_1