[toolchain] add support for gcc v4.3.1 & v4.3.2 (closes: #3479), thanks to Luigi...
[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.4"     if GCC_VERSION_4_2_4
6         default "4.3.1"     if GCC_VERSION_4_3_1
7         default "4.3.2"     if GCC_VERSION_4_3_2
8         default "4.1.2"
9
10 config GCC_VERSION_3
11         bool
12         default y       if GCC_VERSION_3_4_6
13
14 config GCC_VERSION_3_4
15         bool
16         default y       if GCC_VERSION_3_4_6
17         
18 config GCC_VERSION_4
19         bool
20         default y       if GCC_VERSION_4_1_2
21         default y       if GCC_VERSION_4_2_4
22         default y       if GCC_VERSION_4_3_1
23         default y       if GCC_VERSION_4_3_2
24
25 config GCC_VERSION_4_1
26         bool
27         default y       if GCC_VERSION_4_1_2
28
29 config GCC_VERSION_4_2
30         bool
31         default y       if GCC_VERSION_4_2_4
32
33 config GCC_VERSION_4_3
34         bool
35         default y       if GCC_VERSION_4_3_1
36         default y       if GCC_VERSION_4_3_2
37
38 if !TOOLCHAINOPTS
39         config GCC_VERSION_3_4_6
40                 default y if LINUX_2_4
41
42         config GCC_VERSION_4_2_4
43                 default y if TARGET_avr32
44                 default y if TARGET_ppc40x
45                 default y if TARGET_ppc44x
46 endif