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 "linaro" if GCC_VERSION_LINARO
9 default "llvm" if GCC_VERSION_LLVM
12 config GCC_VERSION_4_3
14 default y if GCC_VERSION_4_3_3_CS
15 default y if GCC_VERSION_4_3_5
17 config GCC_VERSION_4_4
19 default y if GCC_VERSION_4_4_1_CS
20 default y if GCC_VERSION_4_4_5
22 config GCC_VERSION_4_5
24 default y if GCC_VERSION_4_5_2
25 default y if GCC_VERSION_LINARO
29 config GCC_VERSION_4_3_3_CS
30 default y if (mips || mipsel) && !(TARGET_octeon || TARGET_sibyte)
31 default y if (arm || armeb) && !(TARGET_gemini || TARGET_cns21xx || TARGET_omap35xx)
33 config GCC_VERSION_4_3_5
35 default y if powerpc64
36 default y if TARGET_etrax
37 default y if TARGET_coldfire
38 default y if TARGET_gemini
39 default y if TARGET_cns21xx
41 config GCC_VERSION_4_4_5
42 default y if (TARGET_octeon || TARGET_sibyte || TARGET_omap35xx)