1da3bdbcd1c31f60f20ec5f61eacc0c935f7fc98
[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.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
21         default y       if GCC_VERSION_4_2
22         default y       if GCC_VERSION_4_3
23         default y       if GCC_VERSION_4_4
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_3
36
37 config GCC_VERSION_4_4
38         bool
39         default y       if GCC_VERSION_4_4_0
40
41 if !TOOLCHAINOPTS
42         config GCC_VERSION_3_4_6
43                 default y if LINUX_2_4
44
45         config GCC_VERSION_4_2_4
46                 default y if TARGET_avr32
47                 default y if TARGET_ppc40x
48                 default y if TARGET_ppc44x
49
50         config GCC_VERSION_4_3_3
51                 default y if TARGET_ps3_petitboot
52                 default y if TARGET_etrax
53                 default y if TARGET_coldfire
54 endif