toolchain/binutils: add binutils 2.37
[openwrt/staging/dedeckeh.git] / toolchain / binutils / Config.version
1 config BINUTILS_VERSION_2_32
2 bool
3
4 config BINUTILS_VERSION_2_34
5 default y if !TOOLCHAINOPTS
6 bool
7
8 config BINUTILS_VERSION_2_35_2
9 bool
10
11 config BINUTILS_VERSION_2_36_1
12 bool
13
14 config BINUTILS_VERSION_2_37
15 bool
16
17 config BINUTILS_VERSION
18 string
19 default "2.32" if BINUTILS_VERSION_2_32
20 default "2.34" if BINUTILS_VERSION_2_34
21 default "2.35.2" if BINUTILS_VERSION_2_35_2
22 default "2.36.1" if BINUTILS_VERSION_2_36_1
23 default "2.37" if BINUTILS_VERSION_2_37