toolchain: get rid of GCC_VERSION_5 config symbol
[oweals/openwrt.git] / toolchain / gcc / Config.version
1 config GCC_VERSION_4_8_ARC
2         default y if (!TOOLCHAINOPTS && arc)
3         bool
4
5 config GCC_VERSION
6         string
7         default "arc-2016.03"   if GCC_VERSION_4_8_ARC
8         default "5.4.0"
9
10 config GCC_VERSION_4_8
11         bool
12         default y       if GCC_VERSION_4_8_ARC