3 default "4.3.3+cs" if GCC_VERSION_4_3_3_CS
4 default "4.3.5" if GCC_VERSION_4_3_5
5 default "4.4.1+cs" if GCC_VERSION_4_4_1_CS
6 default "4.4.5" if GCC_VERSION_4_4_5
7 default "4.5.2" if GCC_VERSION_4_5_2
8 default "4.5.1+l" if GCC_VERSION_4_5_1_LINARO
9 default "llvm" if GCC_VERSION_LLVM
14 default y if GCC_VERSION_4_2
15 default y if GCC_VERSION_4_3
16 default y if GCC_VERSION_4_4
17 default y if GCC_VERSION_4_5
19 config GCC_VERSION_4_2
21 default y if GCC_VERSION_LLVM
23 config GCC_VERSION_4_3
25 default y if GCC_VERSION_4_3_3_CS
26 default y if GCC_VERSION_4_3_5
28 config GCC_VERSION_4_4
30 default y if GCC_VERSION_4_4_1_CS
31 default y if GCC_VERSION_4_4_5
33 config GCC_VERSION_4_5
35 default y if GCC_VERSION_4_5_2
36 default y if GCC_VERSION_4_5_1_LINARO
40 config GCC_VERSION_4_3_3_CS
41 default y if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
42 default y if (arm || armeb) && !(TARGET_gemini || TARGET_cns21xx || TARGET_omap35xx)
44 config GCC_VERSION_4_3_5
46 default y if powerpc64
47 default y if TARGET_etrax
48 default y if TARGET_coldfire
49 default y if TARGET_gemini
50 default y if TARGET_cns21xx
52 config GCC_VERSION_4_4_5
53 default y if (TARGET_octeon || TARGET_sibyte || TARGET_omap35xx)
57 config GCC_VERSION_4_5_1_LINARO