[toolchain] add support for gcc-4.4.1 (#5580)
[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.3"     if GCC_VERSION_4_3_3
7         default "4.4.0"     if GCC_VERSION_4_4_0
8         default "4.4.1"     if GCC_VERSION_4_4_1
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         default y       if GCC_VERSION_4_4
25
26 config GCC_VERSION_4_1
27         bool
28         default y       if GCC_VERSION_4_1_2
29
30 config GCC_VERSION_4_2
31         bool
32         default y       if GCC_VERSION_4_2_4
33
34 config GCC_VERSION_4_3
35         bool
36         default y       if GCC_VERSION_4_3_3
37
38 config GCC_VERSION_4_4
39         bool
40         default y       if GCC_VERSION_4_4_0
41         default y       if GCC_VERSION_4_4_1
42
43 if !TOOLCHAINOPTS
44         config GCC_VERSION_3_4_6
45                 default y if LINUX_2_4
46
47         config GCC_VERSION_4_2_4
48                 default y if TARGET_avr32
49                 default y if TARGET_ppc40x
50                 default y if TARGET_ppc44x
51
52         config GCC_VERSION_4_3_3
53                 default y if TARGET_ps3_petitboot
54                 default y if TARGET_pxcab
55                 default y if TARGET_etrax
56                 default y if TARGET_coldfire
57 endif