add gcc 4.3.3, clean up gcc version config symbols
[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.3.3"     if GCC_VERSION_4_3_3
9         default "4.1.2"
10
11 config GCC_VERSION_3
12         bool
13         default y       if GCC_VERSION_3_4_6
14
15 config GCC_VERSION_3_4
16         bool
17         default y       if GCC_VERSION_3_4_6
18         
19 config GCC_VERSION_4
20         bool
21         default y       if GCC_VERSION_4_1
22         default y       if GCC_VERSION_4_2
23         default y       if GCC_VERSION_4_3
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         default y       if GCC_VERSION_4_3_3
38
39 if !TOOLCHAINOPTS
40         config GCC_VERSION_3_4_6
41                 default y if LINUX_2_4
42
43         config GCC_VERSION_4_2_4
44                 default y if TARGET_avr32
45                 default y if TARGET_ppc40x
46                 default y if TARGET_ppc44x
47 endif