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.5.1" if GCC_VERSION_4_5_1
17 default "4.4.3+cs" if GCC_VERSION_4_4_3_CS
18 default "llvm" if GCC_VERSION_LLVM
23 default y if GCC_VERSION_3_4_6
25 config GCC_VERSION_3_4
27 default y if GCC_VERSION_3_4_6
31 default y if GCC_VERSION_4_1
32 default y if GCC_VERSION_4_2
33 default y if GCC_VERSION_4_3
34 default y if GCC_VERSION_4_4
35 default y if GCC_VERSION_4_5
37 config GCC_VERSION_4_1
39 default y if GCC_VERSION_4_1_2
41 config GCC_VERSION_4_2
43 default y if GCC_VERSION_4_2_4
44 default y if GCC_VERSION_LLVM
46 config GCC_VERSION_4_3
48 default y if GCC_VERSION_4_3_3
49 default y if GCC_VERSION_4_3_3_CS
50 default y if GCC_VERSION_4_3_4
51 default y if GCC_VERSION_4_3_5
53 config GCC_VERSION_4_4
55 default y if GCC_VERSION_4_4_1
56 default y if GCC_VERSION_4_4_1_CS
57 default y if GCC_VERSION_4_4_2
58 default y if GCC_VERSION_4_4_3
59 default y if GCC_VERSION_4_4_3_CS
60 default y if GCC_VERSION_4_4_4
62 config GCC_VERSION_4_5
64 default y if GCC_VERSION_4_5_0
65 default y if GCC_VERSION_4_5_1
68 config GCC_VERSION_4_2_4
71 config GCC_VERSION_4_3_3
72 default y if powerpc64
73 default y if TARGET_etrax
74 default y if TARGET_coldfire
76 config GCC_VERSION_4_3_4
77 default y if TARGET_gemini
79 config GCC_VERSION_4_3_3_CS
80 default y if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
81 default y if (arm || armeb) && !TARGET_gemini
83 config GCC_VERSION_4_4_1
86 config GCC_VERSION_4_4_3
89 config GCC_VERSION_4_4_4
90 default y if (TARGET_octeon || TARGET_sibyte || TARGET_omap35xx)