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_LINARO
10 default y if !(GCC_DEFAULT_VERSION)
16 default "4.4.6" if GCC_VERSION_4_4_6
17 default "4.6.1" if GCC_VERSION_4_6_1
18 default "linaro" if GCC_VERSION_LINARO
19 default "llvm" if GCC_VERSION_LLVM
22 config GCC_VERSION_4_4
24 default y if GCC_VERSION_4_4_6
26 config GCC_VERSION_4_5
28 default y if GCC_VERSION_LINARO
30 config GCC_VERSION_4_6
32 default y if GCC_VERSION_4_6_1
36 config GCC_VERSION_4_4_6
37 default y if GCC_DEFAULT_VERSION_4_4_6
40 config GCC_VERSION_LINARO
41 default y if GCC_DEFAULT_VERSION_LINARO