toolchain: get rid of gcc kconfig symbol overloading
[openwrt.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_4_4_7
2         default y if (!TOOLCHAINOPTS && avr32)
3         bool
4
5 config GCC_VERSION_4_6_3
6         bool
7
8 config GCC_VERSION_4_7_2
9         bool
10
11 config GCC_VERSION_4_6_LINARO
12         default y if (!TOOLCHAINOPTS && !avr32)
13         bool
14
15 config GCC_VERSION_4_7_LINARO
16         bool
17
18 config GCC_VERSION_4_8_0
19         bool
20
21 config GCC_VERSION
22         string
23         default "4.4.7"     if GCC_VERSION_4_4_7
24         default "4.6.3"     if GCC_VERSION_4_6_3
25         default "4.7.2"     if GCC_VERSION_4_7_2
26         default "4.6-linaro"    if GCC_VERSION_4_6_LINARO
27         default "4.7-linaro"    if GCC_VERSION_4_7_LINARO
28         default "4.8.0"     if GCC_VERSION_4_8_0
29         default "4.6-linaro"
30
31 config GCC_VERSION_4_4
32         bool
33         default y       if GCC_VERSION_4_4_7
34
35 config GCC_VERSION_4_6
36         bool
37         default y       if (GCC_VERSION_4_6_3 || GCC_VERSION_4_6_LINARO)
38
39 config GCC_VERSION_4_7
40         bool
41         default y       if (GCC_VERSION_4_7_2 || GCC_VERSION_4_7_LINARO)
42
43 config GCC_VERSION_4_8
44         bool
45         default y       if GCC_VERSION_4_8_0
46