toolchain/binutils: Add binutils 2.34
[openwrt/openwrt.git] / toolchain / binutils / Config.version
1 config BINUTILS_VERSION_2_29_1
2 bool
3
4 config BINUTILS_VERSION_2_31_1
5 default y if (!TOOLCHAINOPTS && !arc)
6 bool
7
8 config BINUTILS_VERSION_2_32
9 default y if (!TOOLCHAINOPTS && arc)
10 bool
11
12 config BINUTILS_VERSION_2_34
13 default y if (!TOOLCHAINOPTS && arc)
14 bool
15
16 config BINUTILS_VERSION
17 string
18 default "2.29.1" if BINUTILS_VERSION_2_29_1
19 default "2.31.1" if BINUTILS_VERSION_2_31_1
20 default "2.32" if BINUTILS_VERSION_2_32
21 default "2.34" if BINUTILS_VERSION_2_34