toolchain/binutils: Add binutils 2.27
[openwrt/openwrt.git] / toolchain / binutils / Config.version
1 config BINUTILS_VERSION_2_24_LINARO
2 bool
3
4 config BINUTILS_VERSION_2_25_1
5 default y if (!TOOLCHAINOPTS && !arc)
6 bool
7
8 config BINUTILS_VERSION_2_26_1
9 bool
10
11 config BINUTILS_VERSION_2_27
12 bool
13
14 config BINUTILS_VERSION_2_26_ARC
15 default y if (!TOOLCHAINOPTS && arc)
16 bool
17
18 config BINUTILS_VERSION
19 string
20 default "2.24-linaro" if BINUTILS_VERSION_2_24_LINARO
21 default "2.25.1" if BINUTILS_VERSION_2_25_1
22 default "2.26.1" if BINUTILS_VERSION_2_26_1
23 default "2.27" if BINUTILS_VERSION_2_27
24 default "arc-2016.03" if BINUTILS_VERSION_2_26_ARC
25