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.3+cs" if GCC_VERSION_4_3_3_CS
8 default "4.3.4" if GCC_VERSION_4_3_4
9 default "4.3.5" if GCC_VERSION_4_3_5
10 default "4.4.1" if GCC_VERSION_4_4_1
11 default "4.4.1+cs" if GCC_VERSION_4_4_1_CS
12 default "4.4.2" if GCC_VERSION_4_4_2
13 default "4.4.3" if GCC_VERSION_4_4_3
14 default "4.4.4" if GCC_VERSION_4_4_4
15 default "4.5.0" if GCC_VERSION_4_5_0
16 default "4.4.3+cs" if GCC_VERSION_4_4_3_CS
17 default "llvm" if GCC_VERSION_LLVM
22 default y if GCC_VERSION_3_4_6
24 config GCC_VERSION_3_4
26 default y if GCC_VERSION_3_4_6
30 default y if GCC_VERSION_4_1
31 default y if GCC_VERSION_4_2
32 default y if GCC_VERSION_4_3
33 default y if GCC_VERSION_4_4
34 default y if GCC_VERSION_4_5
36 config GCC_VERSION_4_1
38 default y if GCC_VERSION_4_1_2
40 config GCC_VERSION_4_2
42 default y if GCC_VERSION_4_2_4
43 default y if GCC_VERSION_LLVM
45 config GCC_VERSION_4_3
47 default y if GCC_VERSION_4_3_3
48 default y if GCC_VERSION_4_3_3_CS
49 default y if GCC_VERSION_4_3_4
50 default y if GCC_VERSION_4_3_5
52 config GCC_VERSION_4_4
54 default y if GCC_VERSION_4_4_1
55 default y if GCC_VERSION_4_4_1_CS
56 default y if GCC_VERSION_4_4_2
57 default y if GCC_VERSION_4_4_3
58 default y if GCC_VERSION_4_4_3_CS
59 default y if GCC_VERSION_4_4_4
61 config GCC_VERSION_4_5
63 default y if GCC_VERSION_4_5_0
66 config GCC_VERSION_4_2_4
69 config GCC_VERSION_4_3_3
70 default y if powerpc64
71 default y if TARGET_etrax
72 default y if TARGET_coldfire
74 config GCC_VERSION_4_3_4
75 default y if TARGET_gemini
77 config GCC_VERSION_4_3_3_CS
78 default y if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
79 default y if (arm || armeb) && !TARGET_gemini
81 config GCC_VERSION_4_4_1
84 config GCC_VERSION_4_4_3
86 default y if (TARGET_octeon || TARGET_sibyte || TARGET_omap35xx)