Bumped compiler version for PS3
[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.1.2"
8
9 config GCC_VERSION_3
10         bool
11         default y       if GCC_VERSION_3_4_6
12
13 config GCC_VERSION_3_4
14         bool
15         default y       if GCC_VERSION_3_4_6
16         
17 config GCC_VERSION_4
18         bool
19         default y       if GCC_VERSION_4_1
20         default y       if GCC_VERSION_4_2
21         default y       if GCC_VERSION_4_3
22
23 config GCC_VERSION_4_1
24         bool
25         default y       if GCC_VERSION_4_1_2
26
27 config GCC_VERSION_4_2
28         bool
29         default y       if GCC_VERSION_4_2_4
30
31 config GCC_VERSION_4_3
32         bool
33         default y       if GCC_VERSION_4_3_3
34
35 if !TOOLCHAINOPTS
36         config GCC_VERSION_3_4_6
37                 default y if LINUX_2_4
38
39         config GCC_VERSION_4_2_4
40                 default y if TARGET_avr32
41                 default y if TARGET_ppc40x
42                 default y if TARGET_ppc44x
43
44         config GCC_VERSION_4_3_3
45                 default y if TARGET_ps3
46 endif