gcc: remove version 4.9
[15.05/openwrt.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 "4.6-linaro"    if GCC_VERSION_4_6_LINARO
13         default "4.8-linaro"    if GCC_VERSION_4_8_LINARO
14         default "4.6-linaro"
15
16 config GCC_VERSION_4_6
17         bool
18         default y       if GCC_VERSION_4_6_LINARO
19
20 config GCC_VERSION_4_8
21         bool
22         default y       if GCC_VERSION_4_8_LINARO
23