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_5
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.5" if GCC_VERSION_4_4_5
29 default "4.5.2" if GCC_VERSION_4_5_2
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_5
44 config GCC_VERSION_4_5
46 default y if GCC_VERSION_4_5_2
47 default y if GCC_VERSION_LINARO
51 config GCC_VERSION_4_3_3_CS
52 default y if GCC_DEFAULT_VERSION_4_3_3_CS
55 config GCC_VERSION_4_3_5
56 default y if GCC_DEFAULT_VERSION_4_3_5
59 config GCC_VERSION_4_4_5
60 default y if GCC_DEFAULT_VERSION_4_4_5
63 config GCC_VERSION_LINARO
64 default y if GCC_DEFAULT_VERSION_LINARO