toolchain/arc: update to the most recent release arc-2016.09
[oweals/openwrt.git] / toolchain / binutils / Config.version
1 config BINUTILS_VERSION_2_27
2         default y if (!TOOLCHAINOPTS && !arc)
3         bool
4
5 config BINUTILS_VERSION_2_28
6         bool
7
8 config BINUTILS_VERSION_2_27_ARC
9         default y if (!TOOLCHAINOPTS && arc)
10         bool
11
12 config BINUTILS_VERSION
13         string
14         default "2.27"                 if BINUTILS_VERSION_2_27
15         default "2.28"                 if BINUTILS_VERSION_2_28
16         default "arc-2016.09"          if BINUTILS_VERSION_2_27_ARC