toolchain: binutils: Use version 2.34 by default
[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 bool
6
7 config BINUTILS_VERSION_2_32
8 bool
9
10 config BINUTILS_VERSION_2_34
11 default y if !TOOLCHAINOPTS
12 bool
13
14 config BINUTILS_VERSION
15 string
16 default "2.29.1" if BINUTILS_VERSION_2_29_1
17 default "2.31.1" if BINUTILS_VERSION_2_31_1
18 default "2.32" if BINUTILS_VERSION_2_32
19 default "2.34" if BINUTILS_VERSION_2_34