1 config GCC_DEFAULT_VERSION
4 config GCC_DEFAULT_VERSION_4_4_6
5 select GCC_DEFAULT_VERSION
6 default y if (avr32 || ubicom32)
9 config GCC_DEFAULT_VERSION_4_5_LINARO
10 default y if !(GCC_DEFAULT_VERSION)
13 config GCC_DEFAULT_VERSION_4_6_LINARO
19 default "4.4.6" if GCC_VERSION_4_4_6
20 default "4.6.1" if GCC_VERSION_4_6_1
21 default "4.5-linaro" if GCC_VERSION_4_5_LINARO
22 default "4.6-linaro" if GCC_VERSION_4_6_LINARO
23 default "llvm" if GCC_VERSION_LLVM
26 config GCC_VERSION_4_4
28 default y if GCC_VERSION_4_4_6
30 config GCC_VERSION_4_5
32 default y if GCC_VERSION_4_5_LINARO
34 config GCC_VERSION_4_6
36 default y if (GCC_VERSION_4_6_1 || GCC_VERSION_4_6_LINARO)
40 config GCC_VERSION_4_4_6
41 default y if GCC_DEFAULT_VERSION_4_4_6
44 config GCC_VERSION_4_5_LINARO
45 default y if GCC_DEFAULT_VERSION_4_5_LINARO