toolchain/gcc: add support for 4.8-linaro
[openwrt/svn-archive/archive.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_LINARO
19 bool
20
21 config GCC_VERSION_4_8_0
22 bool
23
24 config GCC_VERSION
25 string
26 default "4.4.7" if GCC_VERSION_4_4_7
27 default "4.6.3" if GCC_VERSION_4_6_3
28 default "4.7.2" if GCC_VERSION_4_7_2
29 default "4.8.0" if GCC_VERSION_4_8_0
30 default "4.6-linaro" if GCC_VERSION_4_6_LINARO
31 default "4.7-linaro" if GCC_VERSION_4_7_LINARO
32 default "4.8-linaro" if GCC_VERSION_4_8_LINARO
33 default "4.6-linaro"
34
35 config GCC_VERSION_4_4
36 bool
37 default y if GCC_VERSION_4_4_7
38
39 config GCC_VERSION_4_6
40 bool
41 default y if (GCC_VERSION_4_6_3 || GCC_VERSION_4_6_LINARO)
42
43 config GCC_VERSION_4_7
44 bool
45 default y if (GCC_VERSION_4_7_2 || GCC_VERSION_4_7_LINARO)
46
47 config GCC_VERSION_4_8
48 bool
49 default y if (GCC_VERSION_4_8_0 || GCC_VERSION_4_8_LINARO)
50