gcc: switch to 5.2.0 by default
[openwrt/openwrt.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_4_8_LINARO
2 bool
3
4 config GCC_VERSION_4_8_ARC
5 default y if (!TOOLCHAINOPTS && arc)
6 bool
7
8 config GCC_VERSION
9 string
10 default "4.8-linaro" if GCC_VERSION_4_8_LINARO
11 default "arc-2015.06" if GCC_VERSION_4_8_ARC
12 default "5.2.0"
13
14 config GCC_VERSION_4_8
15 bool
16 default y if (GCC_VERSION_4_8_LINARO || GCC_VERSION_4_8_ARC)
17
18 config GCC_VERSION_5
19 default y if (!TOOLCHAINOPTS && !arc)
20 bool