gcc: add 4.9-linaro based on the 2014.09 release
[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_LINARO
6         default y if (!TOOLCHAINOPTS && TARGET_octeon)
7         bool
8
9 config GCC_VERSION_4_8_LINARO
10         default y if (!TOOLCHAINOPTS && !avr32 && !TARGET_octeon)
11         bool
12
13 config GCC_VERSION_4_8_0
14         bool
15
16 config GCC_VERSION_4_9_LINARO
17         bool
18
19 config GCC_VERSION
20         string
21         default "4.4.7"     if GCC_VERSION_4_4_7
22         default "4.6.3"     if GCC_VERSION_4_6_3
23         default "4.8.0"     if GCC_VERSION_4_8_0
24         default "4.6-linaro"    if GCC_VERSION_4_6_LINARO
25         default "4.8-linaro"    if GCC_VERSION_4_8_LINARO
26         default "4.9-linaro"    if GCC_VERSION_4_9_LINARO
27         default "4.6-linaro"
28
29 config GCC_VERSION_4_4
30         bool
31         default y       if GCC_VERSION_4_4_7
32
33 config GCC_VERSION_4_6
34         bool
35         default y       if GCC_VERSION_4_6_LINARO
36
37 config GCC_VERSION_4_8
38         bool
39         default y       if (GCC_VERSION_4_8_0 || GCC_VERSION_4_8_LINARO)
40
41 config GCC_VERSION_4_9
42         bool
43         default y       if GCC_VERSION_4_9_LINARO