X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=toolchain%2Fgcc%2FConfig.version;h=b9ef848330616009fba53952f2e635943dc4aaf8;hb=de63a700be8eeb27e3fd897835a9270a356770da;hp=a5cbe90b811414359ee847085f957dd1018adece;hpb=8ec76b7a5519738c81e012ef4ae486e999e8ecfe;p=openwrt-10.03%2F.git diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index a5cbe90b8..b9ef84833 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -4,6 +4,8 @@ config GCC_VERSION default "4.1.2" if GCC_VERSION_4_1_2 default "4.2.0" if GCC_VERSION_4_2_0 default "4.2.1" if GCC_VERSION_4_2_1 + default "4.2.2" if GCC_VERSION_4_2_2 + default "4.2.3" if GCC_VERSION_4_2_3 default "4.1.2" if !TOOLCHAINOPTS @@ -11,7 +13,10 @@ if !TOOLCHAINOPTS default y if LINUX_2_4 config GCC_VERSION_4_2_0 - default y if LINUX_2_6_MAGICBOX + default y if TARGET_magicbox + + config GCC_VERSION_4_2_3 + default y if TARGET_avr32 endif