binutils: Use version 2.29.1 by default
[openwrt/staging/mkresin.git] / toolchain / binutils / Config.version
1 config BINUTILS_VERSION_2_27
2 bool
3
4 config BINUTILS_VERSION_2_28
5 bool
6
7 config BINUTILS_VERSION_2_29_ARC
8 default y if (!TOOLCHAINOPTS && arc)
9 bool
10
11 config BINUTILS_VERSION_2_29_1
12 default y if (!TOOLCHAINOPTS && !arc)
13 bool
14
15 config BINUTILS_VERSION_2_30
16 bool
17
18 config BINUTILS_VERSION
19 string
20 default "2.27" if BINUTILS_VERSION_2_27
21 default "2.28" if BINUTILS_VERSION_2_28
22 default "2.29.1" if BINUTILS_VERSION_2_29_1
23 default "2.30" if BINUTILS_VERSION_2_30
24 default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC