gcc: remove version 4.9-linaro
[openwrt/staging/wigyori.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_4_6_LINARO
2 default y if (!TOOLCHAINOPTS && TARGET_octeon)
3 bool
4
5 config GCC_VERSION_4_8_LINARO
6 default y if (!TOOLCHAINOPTS && !TARGET_octeon)
7 bool
8
9 config GCC_VERSION
10 string
11 default "4.6.3" if GCC_VERSION_4_6_3
12 default "5.2.0" if GCC_VERSION_5
13 default "4.6-linaro" if GCC_VERSION_4_6_LINARO
14 default "4.8-linaro" if GCC_VERSION_4_8_LINARO
15 default "4.6-linaro"
16
17 config GCC_VERSION_4_6
18 bool
19 default y if GCC_VERSION_4_6_LINARO
20
21 config GCC_VERSION_4_8
22 bool
23 default y if GCC_VERSION_4_8_LINARO
24
25 config GCC_VERSION_5
26 bool