toolchain/glibc: update to latest 2.26 commit
[openwrt/openwrt.git] / toolchain / binutils / Config.version
1 config BINUTILS_VERSION_2_29_ARC
2 default y if (!TOOLCHAINOPTS && arc)
3 bool
4
5 config BINUTILS_VERSION_2_29_1
6 bool
7
8 config BINUTILS_VERSION_2_30
9 default y if (!TOOLCHAINOPTS && !arc)
10 bool
11
12 config BINUTILS_VERSION_2_31_1
13 bool
14
15 config BINUTILS_VERSION
16 string
17 default "2.29.1" if BINUTILS_VERSION_2_29_1
18 default "2.30" if BINUTILS_VERSION_2_30
19 default "2.31.1" if BINUTILS_VERSION_2_31_1
20 default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC