add gcc 4.3.4
[openwrt/svn-archive/archive.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.3.4" if GCC_VERSION_4_3_4
8 default "4.4.0" if GCC_VERSION_4_4_0
9 default "4.4.1" if GCC_VERSION_4_4_1
10 default "4.1.2"
11
12 config GCC_VERSION_3
13 bool
14 default y if GCC_VERSION_3_4_6
15
16 config GCC_VERSION_3_4
17 bool
18 default y if GCC_VERSION_3_4_6
19
20 config GCC_VERSION_4
21 bool
22 default y if GCC_VERSION_4_1
23 default y if GCC_VERSION_4_2
24 default y if GCC_VERSION_4_3
25 default y if GCC_VERSION_4_4
26
27 config GCC_VERSION_4_1
28 bool
29 default y if GCC_VERSION_4_1_2
30
31 config GCC_VERSION_4_2
32 bool
33 default y if GCC_VERSION_4_2_4
34
35 config GCC_VERSION_4_3
36 bool
37 default y if GCC_VERSION_4_3_3
38 default y if GCC_VERSION_4_3_4
39
40 config GCC_VERSION_4_4
41 bool
42 default y if GCC_VERSION_4_4_0
43 default y if GCC_VERSION_4_4_1
44
45 if !TOOLCHAINOPTS
46 config GCC_VERSION_3_4_6
47 default y if LINUX_2_4
48
49 config GCC_VERSION_4_2_4
50 default y if TARGET_avr32
51 default y if TARGET_ppc40x
52 default y if TARGET_ppc44x
53
54 config GCC_VERSION_4_3_3
55 default y if TARGET_ps3_petitboot
56 default y if TARGET_pxcab
57 default y if TARGET_etrax
58 default y if TARGET_coldfire
59 endif