toolchain/binutils: add binutils 2.36.1
[openwrt/staging/nbd.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
15 string
16 default "2.32" if BINUTILS_VERSION_2_32
17 default "2.34" if BINUTILS_VERSION_2_34
18 default "2.35.2" if BINUTILS_VERSION_2_35_2
19 default "2.36.1" if BINUTILS_VERSION_2_36_1