Set default compiler 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.2"     if GCC_VERSION_4_3_2
7         default "4.3.3"     if GCC_VERSION_4_3_3
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
24 config GCC_VERSION_4_1
25         bool
26         default y       if GCC_VERSION_4_1_2
27
28 config GCC_VERSION_4_2
29         bool
30         default y       if GCC_VERSION_4_2_4
31
32 config GCC_VERSION_4_3
33         bool
34         default y       if GCC_VERSION_4_3_2
35         default y       if GCC_VERSION_4_3_3
36
37 if !TOOLCHAINOPTS
38         config GCC_VERSION_3_4_6
39                 default y if LINUX_2_4
40
41         config GCC_VERSION_4_2_4
42                 default y if TARGET_avr32
43                 default y if TARGET_ppc40x
44                 default y if TARGET_ppc44x
45
46         config GCC_VERSION_4_3_2
47                 default y if TARGET_ps3
48 endif