switch to gcc 4.2.4 for avr32
[openwrt-10.03/.git] / toolchain / gcc / Config.version
1 config GCC_VERSION
2         string
3         default "3.4.6"     if GCC_VERSION_3_4_6
4         default "4.1.2"     if GCC_VERSION_4_1_2
5         default "4.2.0"     if GCC_VERSION_4_2_0
6         default "4.2.1"     if GCC_VERSION_4_2_1
7         default "4.2.2"     if GCC_VERSION_4_2_2
8         default "4.2.3"     if GCC_VERSION_4_2_3
9         default "4.2.4"     if GCC_VERSION_4_2_4
10         default "4.1.2"
11
12 if !TOOLCHAINOPTS
13         config GCC_VERSION_3_4_6
14                 default y if LINUX_2_4
15
16         config GCC_VERSION_4_2_0
17                 default y if TARGET_magicbox
18
19         config GCC_VERSION_4_2_4
20                 default y if TARGET_avr32
21 endif
22
23