1 config GCC_DEFAULT_VERSION
4 config GCC_DEFAULT_VERSION_4_3_3_CS
5 select GCC_DEFAULT_VERSION
8 config GCC_DEFAULT_VERSION_4_3_5
9 select GCC_DEFAULT_VERSION
10 default y if (avr32 || powerpc64 || TARGET_coldfire || TARGET_etrax)
13 config GCC_DEFAULT_VERSION_4_4_6
14 select GCC_DEFAULT_VERSION
15 default y if (powerpc || ubicom32)
18 config GCC_DEFAULT_VERSION_LINARO
19 default y if !(GCC_DEFAULT_VERSION)
25 default "4.3.3+cs" if GCC_VERSION_4_3_3_CS
26 default "4.3.5" if GCC_VERSION_4_3_5
27 default "4.4.1+cs" if GCC_VERSION_4_4_1_CS
28 default "4.4.6" if GCC_VERSION_4_4_6
29 default "4.6.1" if GCC_VERSION_4_6_1
30 default "linaro" if GCC_VERSION_LINARO
31 default "llvm" if GCC_VERSION_LLVM
34 config GCC_VERSION_4_3
36 default y if GCC_VERSION_4_3_3_CS
37 default y if GCC_VERSION_4_3_5
39 config GCC_VERSION_4_4
41 default y if GCC_VERSION_4_4_1_CS
42 default y if GCC_VERSION_4_4_6
44 config GCC_VERSION_4_5
46 default y if GCC_VERSION_LINARO
48 config GCC_VERSION_4_6
50 default y if GCC_VERSION_4_6_1
54 config GCC_VERSION_4_3_3_CS
55 default y if GCC_DEFAULT_VERSION_4_3_3_CS
58 config GCC_VERSION_4_3_5
59 default y if GCC_DEFAULT_VERSION_4_3_5
62 config GCC_VERSION_4_4_6
63 default y if GCC_DEFAULT_VERSION_4_4_6
66 config GCC_VERSION_LINARO
67 default y if GCC_DEFAULT_VERSION_LINARO