toolchain/gcc: clean up remaining references to the old linaro version
[openwrt/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
13
14 config GCC_VERSION_5
15 default y if (!TOOLCHAINOPTS && !arc)
16 bool