Root/toolchain/gcc/Config.version

1config GCC_DEFAULT_VERSION
2    bool
3
4config GCC_DEFAULT_VERSION_4_4_7
5    select GCC_DEFAULT_VERSION
6    default y if avr32
7    bool
8
9config GCC_DEFAULT_VERSION_4_6_LINARO
10    default y if !(GCC_DEFAULT_VERSION)
11    bool
12
13
14config GCC_VERSION
15    string
16    default "4.4.7" if GCC_VERSION_4_4_7
17    default "4.6.2" if GCC_VERSION_4_6_2
18    default "4.6.3" if GCC_VERSION_4_6_3
19    default "4.7.2" if GCC_VERSION_4_7_2
20    default "4.5-linaro" if GCC_VERSION_4_5_LINARO
21    default "4.6-linaro" if GCC_VERSION_4_6_LINARO
22    default "4.7-linaro" if GCC_VERSION_4_7_LINARO
23    default "llvm" if GCC_VERSION_LLVM
24    default "4.6-linaro"
25
26config GCC_VERSION_4_4
27    bool
28    default y if GCC_VERSION_4_4_7
29
30config GCC_VERSION_4_5
31    bool
32    default y if GCC_VERSION_4_5_LINARO
33
34config GCC_VERSION_4_6
35    bool
36    default y if (GCC_VERSION_4_6_2 || GCC_VERSION_4_6_3 || GCC_VERSION_4_6_LINARO)
37
38config GCC_VERSION_4_7
39    bool
40    default y if (GCC_VERSION_4_7_2 || GCC_VERSION_4_7_LINARO)
41
42if !TOOLCHAINOPTS
43
44    config GCC_VERSION_4_4_7
45        default y if GCC_DEFAULT_VERSION_4_4_7
46        bool
47
48    config GCC_VERSION_4_6_LINARO
49        default y if GCC_DEFAULT_VERSION_4_6_LINARO
50        bool
51
52endif
53

Archive Download this file



interactive