toolchain: Bump ARC tools to arc-2016.03
[openwrt/staging/wigyori.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 "4.8-linaro" if GCC_VERSION_4_8_LINARO
8 default "arc-2016.03" if GCC_VERSION_4_8_ARC
9 default "5.3.0"
10
11 config GCC_VERSION_4_8
12 bool
13 default y if (GCC_VERSION_4_8_LINARO || GCC_VERSION_4_8_ARC)
14
15 config GCC_VERSION_5
16 default y if (!TOOLCHAINOPTS && !arc)
17 bool